UpdatePayoutMethodRequest
public struct UpdatePayoutMethodRequest : Encodable, Sendable
                Payout method request model.
- 
                  
                  
The ID of the Payout Method in your own system.
Declaration
Swift
public let externalId: String? - 
                  
                  
Whether this is the primary Payout Method of the Beneficiary.
Declaration
Swift
public let isPrimary: Bool? - 
                  
                  
A free-text label to identify the Payout Method.
Declaration
Swift
public let label: String? - 
                  
                  
Auxiliary constructor.
Declaration
Swift
public init(isPrimary: Bool? = nil, externalId: String? = nil, label: String? = nil)Parameters
isPrimaryA Whether this is the primary Payout Method of the Beneficiary.
externalIdThe ID of the Payout Method in your own system.
labelA free-text label to identify the Payout Method.
 
            View on GitHub