HyperwalletVenmoAccount

@objcMembers
public final class HyperwalletVenmoAccount : HyperwalletTransferMethod

Representation of the user’s Venmo account

  • The required initializer

    Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • The accountId as phone number.

    Declaration

    Swift

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

    See more

    Declaration

    Swift

    public final class Builder