BTVenmoPaymentMethodUsage

@objc
public enum BTVenmoPaymentMethodUsage : Int

Usage type for the tokenized Venmo account

  • The Venmo payment will be authorized for future payments and can be vaulted.

    Declaration

    Swift

    case multiUse
  • The Venmo payment will be authorized for a one-time payment and cannot be vaulted.

    Declaration

    Swift

    case singleUse