BillingDetails
public struct BillingDetails : StripeCodable
Billing information associated with a STPPaymentMethod
that may be used or required by particular types of payment methods.
-
Billing address.
Declaration
Swift
@IncludeUnknownFields public var address: Address? { get set }
-
The billing address, a property sent in a PaymentMethod response
See moreDeclaration
Swift
public struct Address : StripeCodable
-
Email address.
Declaration
Swift
public var email: String?
-
Full name.
Declaration
Swift
public var name: String?
-
Billing phone number (including extension).
Declaration
Swift
public var phone: String?
-
Declaration
Swift
public var _additionalParametersStorage: NonEncodableParameters?
-
Declaration
Swift
public var _allResponseFieldsStorage: NonEncodableParameters?