VGSCheckoutCustomBillingAddressCountryOptions
public struct VGSCheckoutCustomBillingAddressCountryOptions : VGSCheckoutAddressOptionsProtocol
Holds billing address country field options for custom configuration.
-
Field name in your route configuration.
Declaration
Swift
public var fieldName: String -
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()
View on GitHub
VGSCheckoutCustomBillingAddressCountryOptions Structure Reference