STPPaymentMethodBillingDetails
public class STPPaymentMethodBillingDetails : NSObject, STPAPIResponseDecodable, STPFormEncodable
Billing information associated with a STPPaymentMethod
that may be used or required by particular types of payment methods.
-
Declaration
Swift
@objc public var additionalAPIParameters: [AnyHashable : Any]
-
Billing address.
Declaration
Swift
@objc public var address: STPPaymentMethodAddress?
-
Email address.
Declaration
Swift
@objc public var email: String?
-
Full name.
Declaration
Swift
@objc public var name: String?
-
Billing phone number (including extension).
Declaration
Swift
@objc public var phone: String?
-
Declaration
Swift
@objc public private(set) var allResponseFields: [AnyHashable : Any] { get }
-
Declaration
Swift
@objc public class func propertyNamesToFormFieldNamesMapping() -> [String : String]
-
Declaration
Swift
@objc public class func rootObjectName() -> String?
-
Declaration
Swift
@objc public class func decodedObject(fromAPIResponse response: [AnyHashable : Any]?) -> `Self`?