RequiredBillingContactField

Billing contact fields that the SDK can collect on the new-card payment screen and validate in the headless checkout path. Mirrors iOS's AWXRequiredBillingContactFields option set.

Scope: card payments only. This setting drives the card-entry UI and the headless-checkout billing validation for cards. It does NOT propagate to Google Pay or other LPM (Local Payment Method) flows — Google Pay's billing contact is configured separately through com.airwallex.android.core.GooglePayOptions (billingAddressRequired, billingAddressParameters, emailRequired).

Configure via AirwallexSession.requiredBillingContactFields. An empty set hides the entire billing section; null (the default) derives the set from the legacy AirwallexSession.isBillingInformationRequired / AirwallexSession.isEmailRequired flags so existing integrations keep their current behavior.

ADDRESS and COUNTRY_CODE are mutually exclusive in the UI: when both are set, ADDRESS wins and the standalone country picker is suppressed.

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.