Documentation

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

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>

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

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>
Tags
Return values
void

Search results