HyperwalletPrepaidCard

@objcMembers
public final class HyperwalletPrepaidCard : HyperwalletTransferMethod

Representation of the user’s Prepaid card account

  • The required initializer

    Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • The prepaid card’s type

    Declaration

    Swift

    public var cardType: String? { get }
  • The prepaid card’s package

    Declaration

    Swift

    public var cardPackage: String? { get }
  • The prepaid card’s number

    Declaration

    Swift

    public var cardNumber: String? { get }
  • The prepaid card’s brand

    Declaration

    Swift

    public var cardBrand: String? { get }
  • The prepaid card’s expiry date

    Declaration

    Swift

    public var dateOfExpiry: String? { get }
  • The primary prepaid card’s token

    Declaration

    Swift

    public var primaryCardToken: String? { get }
  • The prepaid card’s user token (instant issue cards only)

    Declaration

    Swift

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

    See more

    Declaration

    Swift

    public final class Builder