AddressDetails: {
    name?: string;
    address?: Address;
    phone?: string;
    isCheckboxSelected?: boolean;
}

Type declaration

  • Optionalname?: string

    The customer's full name.

  • Optionaladdress?: Address

    The customer's address.

  • Optionalphone?: string

    The customer's phone number.

  • OptionalisCheckboxSelected?: boolean

    Whether or not the checkbox is initally selected. Defaults to false. Note: The checkbox is displayed below the other fields when additionalFields.checkboxLabel is set.

MMNEPVFCICPMFPCPTTAAATR