STPDateOfBirth
public class STPDateOfBirth : NSObject
extension STPDateOfBirth: STPFormEncodable
An individual’s date of birth. See https://stripe.com/docs/api/tokens/create_account#create_account_token-account-individual-dob
-
The day of birth, between 1 and 31.
Declaration
Swift
@objc public var day: Int
-
The month of birth, between 1 and 12.
Declaration
Swift
@objc public var month: Int
-
The four-digit year of birth.
Declaration
Swift
@objc public var year: Int
-
Declaration
Swift
@objc public var additionalAPIParameters: [AnyHashable : Any]
-
Declaration
Swift
@objc public class func propertyNamesToFormFieldNamesMapping() -> [String : String]
-
Declaration
Swift
@objc public class func rootObjectName() -> String?