class SettlementReport extends Collection (View source)

Properties

protected $collection_key
string $endDate
string $kind
protected $previousBalanceType
protected $previousBalanceDataType
string $settlementId
string $startDate
protected $transferAmountType
protected $transferAmountDataType
string $transferDate
string[] $transferIds

Methods

setEndDate($endDate)

No description

string
getEndDate()

No description

setKind($kind)

No description

string
getKind()

No description

setPreviousBalance(Price $previousBalance)

No description

getPreviousBalance()

No description

setSettlementId($settlementId)

No description

string
getSettlementId()

No description

setStartDate($startDate)

No description

string
getStartDate()

No description

setTransferAmount(Price $transferAmount)

No description

getTransferAmount()

No description

setTransferDate($transferDate)

No description

string
getTransferDate()

No description

setTransferIds($transferIds)

No description

string[]
getTransferIds()

No description

Details

setEndDate($endDate)

No description

Parameters

$endDate

string getEndDate()

No description

Return Value

string

setKind($kind)

No description

Parameters

$kind

string getKind()

No description

Return Value

string

setPreviousBalance(Price $previousBalance)

No description

Parameters

Price $previousBalance

Price getPreviousBalance()

No description

Return Value

Price

setSettlementId($settlementId)

No description

Parameters

$settlementId

string getSettlementId()

No description

Return Value

string

setStartDate($startDate)

No description

Parameters

$startDate

string getStartDate()

No description

Return Value

string

setTransferAmount(Price $transferAmount)

No description

Parameters

Price $transferAmount

Price getTransferAmount()

No description

Return Value

Price

setTransferDate($transferDate)

No description

Parameters

$transferDate

string getTransferDate()

No description

Return Value

string

setTransferIds($transferIds)

No description

Parameters

$transferIds

string[] getTransferIds()

No description

Return Value

string[]