HyperwalletPayPalAccount

@objcMembers
public final class HyperwalletPayPalAccount : HyperwalletTransferMethod

Representation of the user’s PayPal account

  • The required initializer

    Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • The email address.

    Declaration

    Swift

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

    See more

    Declaration

    Swift

    public final class Builder