HyperwalletPaperCheck
@objcMembers
public class HyperwalletPaperCheck : HyperwalletTransferMethodRepresentation of the user’s paper check
- 
                  
                  The required initializer DeclarationSwift public required init(from decoder: Decoder) throws
- 
                  
                  The user’s relationship with the bank account holder. DeclarationSwift public var bankAccountRelationship: String? { get }
- 
                  
                  The bank account holder’s street address. DeclarationSwift public var addressLine1: String? { get }
- 
                  
                  The bank account holder’s address, second line. DeclarationSwift public var addressLine2: String? { get }
- 
                  
                  The bank account holder’s city. DeclarationSwift public var city: String? { get }
- 
                  
                  The bank account holder’s country. DeclarationSwift public var country: String? { get }
- 
                  
                  The bank account holder’s postal code. DeclarationSwift public var postalCode: String? { get }
- 
                  
                  The bank account holder’s state, province or region. DeclarationSwift public var stateProvince: String? { get }
- 
                  
                  The bank account holder’s state, province or region. DeclarationSwift public var shippingMethod: String? { get }
- 
                  
                  The name of the bank account holder’s business. DeclarationSwift public var businessName: String? { get }
- 
                  
                  The country where the bank account holder’s business is registered. DeclarationSwift public var businessRegistrationCountry: String? { get }
- 
                  
                  The bank account holder’s business registration number or identifier, as assigned by the relevant government body. DeclarationSwift public var businessRegistrationId: String? { get }
- 
                  
                  The state, province or region where the bank account holder’s business is registered. DeclarationSwift public var businessRegistrationStateProvince: String? { get }
- 
                  
                  The bank account holder’s business type. DeclarationSwift public var businessType: String? { get }
- 
                  
                  The bank account holder’s birth country. DeclarationSwift public var countryOfBirth: String? { get }
- 
                  
                  The bank account holder’s nationality country. DeclarationSwift public var countryOfNationality: String? { get }
- 
                  
                  The bank account holder’s date of birth (All users must be at least 13 years old). DeclarationSwift public var dateOfBirth: String? { get }
- 
                  
                  The bank account holder’s driver’s license number. DeclarationSwift public var driversLicenseId: String? { get }
- 
                  
                  The bank account holder’s employer identifier, generally used for tax purposes. DeclarationSwift public var employerId: String? { get }
- 
                  
                  The bank account holder’s first name. DeclarationSwift public var firstName: String? { get }
- 
                  
                  The bank account holder’s gender. DeclarationSwift public var gender: String? { get }
- 
                  
                  The bank account holder’s government ID number, such as a Social Security Number. DeclarationSwift public var governmentId: String? { get }
- 
                  
                  The bank account holder’s government ID type. DeclarationSwift public var governmentIdType: String? { get }
- 
                  
                  The bank account holder’s phone number. DeclarationSwift public var phoneNumber: String? { get }
- 
                  
                  The bank account holder’s cell phone number. DeclarationSwift public var mobileNumber: String? { get }
- 
                  
                  The bank account holder’s last name. DeclarationSwift public var lastName: String? { get }
- 
                  
                  The bank account holder’s middle name. DeclarationSwift public var middleName: String? { get }
- 
                  
                  The bank account holder’s passport number. DeclarationSwift public var passportId: String? { get }
- 
                  
                  A helper class to build the See moreHyperwalletPaperCheckinstance.DeclarationSwift public final class Builder
 View on GitHub
            View on GitHub
          