HyperwalletPaperCheck

@objcMembers
public class HyperwalletPaperCheck : HyperwalletTransferMethod

Representation of the user’s paper check

  • The required initializer

    Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • The user’s relationship with the bank account holder.

    Declaration

    Swift

    public var bankAccountRelationship: String? { get }
  • The bank account holder’s street address.

    Declaration

    Swift

    public var addressLine1: String? { get }
  • The bank account holder’s address, second line.

    Declaration

    Swift

    public var addressLine2: String? { get }
  • The bank account holder’s city.

    Declaration

    Swift

    public var city: String? { get }
  • The bank account holder’s country.

    Declaration

    Swift

    public var country: String? { get }
  • The bank account holder’s postal code.

    Declaration

    Swift

    public var postalCode: String? { get }
  • The bank account holder’s state, province or region.

    Declaration

    Swift

    public var stateProvince: String? { get }
  • The bank account holder’s state, province or region.

    Declaration

    Swift

    public var shippingMethod: String? { get }
  • The name of the bank account holder’s business.

    Declaration

    Swift

    public var businessName: String? { get }
  • The country where the bank account holder’s business is registered.

    Declaration

    Swift

    public var businessRegistrationCountry: String? { get }
  • The bank account holder’s business registration number or identifier, as assigned by the relevant government body.

    Declaration

    Swift

    public var businessRegistrationId: String? { get }
  • The state, province or region where the bank account holder’s business is registered.

    Declaration

    Swift

    public var businessRegistrationStateProvince: String? { get }
  • The bank account holder’s business type.

    Declaration

    Swift

    public var businessType: String? { get }
  • The bank account holder’s birth country.

    Declaration

    Swift

    public var countryOfBirth: String? { get }
  • The bank account holder’s nationality country.

    Declaration

    Swift

    public var countryOfNationality: String? { get }
  • The bank account holder’s date of birth (All users must be at least 13 years old).

    Declaration

    Swift

    public var dateOfBirth: String? { get }
  • The bank account holder’s driver’s license number.

    Declaration

    Swift

    public var driversLicenseId: String? { get }
  • The bank account holder’s employer identifier, generally used for tax purposes.

    Declaration

    Swift

    public var employerId: String? { get }
  • The bank account holder’s first name.

    Declaration

    Swift

    public var firstName: String? { get }
  • The bank account holder’s gender.

    Declaration

    Swift

    public var gender: String? { get }
  • The bank account holder’s government ID number, such as a Social Security Number.

    Declaration

    Swift

    public var governmentId: String? { get }
  • The bank account holder’s government ID type.

    Declaration

    Swift

    public var governmentIdType: String? { get }
  • The bank account holder’s phone number.

    Declaration

    Swift

    public var phoneNumber: String? { get }
  • The bank account holder’s cell phone number.

    Declaration

    Swift

    public var mobileNumber: String? { get }
  • The bank account holder’s last name.

    Declaration

    Swift

    public var lastName: String? { get }
  • The bank account holder’s middle name.

    Declaration

    Swift

    public var middleName: String? { get }
  • The bank account holder’s passport number.

    Declaration

    Swift

    public var passportId: String? { get }
  • A helper class to build the HyperwalletPaperCheck instance.

    See more

    Declaration

    Swift

    public final class Builder