UpdatePayoutMethodRequest
public struct UpdatePayoutMethodRequest : Encodable
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
isPrimary
A Whether this is the primary Payout Method of the Beneficiary.
externalId
The ID of the Payout Method in your own system.
label
A free-text label to identify the Payout Method.