ReceiptPaymentMethod
public struct ReceiptPaymentMethod : Codable, SendableThe payment method model.
- 
                  
                  The unique identifier for the payment method. DeclarationSwift public let uuid: String?
- 
                  
                  The payment type. DeclarationSwift public let typeString: String?
- 
                  
                  The payment type. Check typeStringifnil.DeclarationSwift public var type: ReceiptPaymentMethodType? { get }
- 
                  
                  The last 4 digits. DeclarationSwift public let lastFour: String?
 View on GitHub
            View on GitHub
          