public enum PaymentMethodType
An enum representing the type of payment method being handled
Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal
Enum Constant and Description |
---|
CARD
A card payment method
|
CARD_PRESENT
A card present payment method
|
@SerializedName public static PaymentMethodType CARD_PRESENT
A card present payment method
@SerializedName public static PaymentMethodType CARD
A card payment method