ReceiptPayoutMethodType
public enum ReceiptPayoutMethodType : String, Codable, Sendable, CaseIterable
Payout method types.
-
Address payment method type.
Declaration
Swift
case address = "ADDRESS"
-
Bank payment method type.
Declaration
Swift
case bank = "BANK"
-
Card payment method type.
Declaration
Swift
case card = "CARD"
-
Cash pickup location payment method type.
Declaration
Swift
case cashPickupLocation = "CASH_PICKUP_LOCATION"
-
Electronic wallet payment method type.
Declaration
Swift
case electronicWallet = "ELECTRONIC_WALLET"