ReceiptPayoutMethodType
public enum ReceiptPayoutMethodType : String, Codable, Sendable, CaseIterablePayout method types.
- 
                  
                  Address payment method type. DeclarationSwift case address = "ADDRESS"
- 
                  
                  Bank payment method type. DeclarationSwift case bank = "BANK"
- 
                  
                  Card payment method type. DeclarationSwift case card = "CARD"
- 
                  
                  Cash pickup location payment method type. DeclarationSwift case cashPickupLocation = "CASH_PICKUP_LOCATION"
- 
                  
                  Electronic wallet payment method type. DeclarationSwift case electronicWallet = "ELECTRONIC_WALLET"
 View on GitHub
            View on GitHub
          