VGSCheckoutBillingAddressCountryOptions
public struct VGSCheckoutBillingAddressCountryOptions : VGSCheckoutAddressOptionsProtocol
Holds billing address country field options for payment orchestration.
-
/ List of valid country codes in ISO-3166-1-alpha-2 format.
Note
Countries order in array will match countries order in country picker view.Note
Check valid country ISO codes here: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 .Declaration
Swift
public var validCountries: [String]?
-
Field visibility, default is
.visible
.Declaration
Swift
public var visibility: VGSCheckoutFieldVisibility
-
no:doc
Declaration
Swift
public init()