PayoutMethod
public struct PayoutMethod : Codable, Sendable
                Payout method model.
- 
                  
                  
The unique identifier of the Payout Method.
Declaration
Swift
public var payoutMethodUuid: String - 
                  
                  
The ID of the Payout Method in your own system.
Declaration
Swift
public var externalId: String - 
                  
                  
The Beneficiary that owns this Payout Method.
Declaration
Swift
public var beneficiaryUuid: String - 
                  
                  
The country of the Payout Method.
Declaration
Swift
public var country: String - 
                  
                  
The currency of the Payout Method.
Declaration
Swift
public var currency: String - 
                  
                  
A free-text label to identify the Payout Method.
Declaration
Swift
public var label: String? - 
                  
                  
The Payout Method status.
Declaration
Swift
public var status: PayoutMethodStatus - 
                  
                  
Whether this is the primary Payout Method of the Beneficiary.
Declaration
Swift
public var isPrimary: Bool - 
                  
                  
Details of the Payout Method.
Declaration
Swift
public var payoutMethodDetails: PayoutMethodDetails - 
                  
                  
The time the Payout Method was created.
Declaration
Swift
public var createdAt: String - 
                  
                  
The time the Payout Method was last updated.
Declaration
Swift
public var updatedAt: String 
            View on GitHub