Class AddressFormFilledEventArgs
Emitted when an address form is filled.
public sealed class AddressFormFilledEventArgs : EventArgs
- Inheritance
-
AddressFormFilledEventArgs
- Inherited Members
Properties
AddressUi
An UI representation of the address used to fill the form. Consists of a 2D array where each child represents an address/profile line.
[JsonPropertyName("addressUi")]
public AddressUI AddressUi { get; set; }
Property Value
FilledFields
Information about the fields that were filled
[JsonPropertyName("filledFields")]
public FilledField[] FilledFields { get; set; }