PaymentMethodType
@frozen
public enum PaymentMethodType : String, SafeEnumCodable
The type of the PaymentMethod.
-
A card payment method.
Declaration
Swift
case card
-
An unknown type.
Declaration
Swift
case unknown
-
Declaration
Swift
case unparsable