VGSCheckoutCustomConfiguationBillingAddressOptions
public struct VGSCheckoutCustomConfiguationBillingAddressOptions
Holds billing address options for custom configuration.
-
Country field options.
Declaration
Swift
public var countryOptions: VGSCheckoutCustomBillingAddressCountryOptions
-
Address line 1 field options.
Declaration
Swift
public var addressLine1Options: VGSCheckoutCustomBillingAddressLine1Options
-
Address line 2 field options.
Declaration
Swift
public var addressLine2Options: VGSCheckoutCustomBillingAddressLine2Options
-
City field options.
Declaration
Swift
public var cityOptions: VGSCheckoutCustomBillingAddressCityOptions
-
Postal code (zip for US) field options.
Declaration
Swift
public var postalCodeOptions: VGSCheckoutCustomBillingAddressPostalCodeOptions
-
no:doc
Declaration
Swift
public init()