UpdateDepositAccountRequest
in package
Tags
Table of Contents
- $depositAccountId : string
- $organizationId : string
- __construct() : mixed
- allocationDefaults() : array<string|int, mixed>
- depositAccountId() : string
- label() : string
- organizationId() : string
- payoutSchedule() : array<string|int, mixed>
- setAllocationDefaults() : void
- `Accepts an array with 3 possible keys:`
- setLabel() : void
- setPayoutSchedule() : void
- `Accepts an array with two possible keys:`
Properties
$depositAccountId
private
string
$depositAccountId
Tags
$organizationId
private
string
$organizationId
Tags
Methods
__construct()
public
__construct(string $organizationId, string $depositAccountId) : mixed
Parameters
- $organizationId : string
- $depositAccountId : string
Tags
Return values
mixed —allocationDefaults()
public
allocationDefaults() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —depositAccountId()
public
depositAccountId() : string
Return values
string —label()
public
label() : string
Tags
Return values
string —organizationId()
public
organizationId() : string
Return values
string —payoutSchedule()
public
payoutSchedule() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —setAllocationDefaults()
`Accepts an array with 3 possible keys:`
public
setAllocationDefaults(array<string|int, mixed> $allocationDefaults) : void
location: <string> UUID
payment_category: <string> product:UUID
active: <bool>
Parameters
- $allocationDefaults : array<string|int, mixed>
Tags
Return values
void —setLabel()
public
setLabel(string $label) : void
Parameters
- $label : string
Tags
Return values
void —setPayoutSchedule()
`Accepts an array with two possible keys:`
public
setPayoutSchedule(array<string|int, mixed> $payoutSchedule) : void
interval: <string>
anchor: <string>
Parameters
- $payoutSchedule : array<string|int, mixed>