PaymentMethodTypeEnum Enum
Represents possible payment method types.
The following types are possible: CARD - represents a card payment method. OTHER - represents any payment method that is not a card payment.
enum PaymentMethodTypeEnum {
CARD
OTHER
}