STPBillingAddressFields
@objc
public enum STPBillingAddressFields : UInt
What set of billing address information you need to collect from your user.
@note If the user is from a country that does not use zip/postal codes, the user may not be asked for one regardless of this setting.
-
No billing address information
Declaration
Swift
case none
-
Just request the user’s billing postal code
Declaration
Swift
case postalCode
-
Request the user’s full billing address
Declaration
Swift
case full
-
Just request the user’s billing name
Declaration
Swift
case name
-
Just request the user’s billing ZIP (synonym for STPBillingAddressFieldsZip)
Declaration
Swift
case zip