AvailablePaymentMethod
An object representing a Svea App Wallet available payment method.
Property | Description | Type | Optional |
---|---|---|---|
type | Identifies the type of payment method. | PaymentType | No |
subType | Identifies the sub type of the payment method type. | PaymentSubType | No |
struct AvailablePaymentMethod {
type: PaymentType
subType: PaymentSubType
}