Methods |
public
|
__construct(string[] $properties = [])
Creates a instance of TransferRefund
Creates a instance of TransferRefund
Parameters
$properties |
The default properties
|
Overrides
|
#
|
public
|
getToken(): string
Get the transfer token
|
#
|
public
|
setToken(string $token): TransferRefund
Set the transfer token
|
#
|
public
|
getStatus(): string
Get the transfer status
|
#
|
public
|
getClientRefundId(): string
Get the transfer token
|
#
|
public
|
setClientRefundId(string $clientRefundId): TransferRefund
Set the transfer token
|
#
|
public
|
getCreatedOn(): DateTime
Get the transfer creation date
Get the transfer creation date
|
#
|
public
|
getSourceToken(): string
Get transfer sourceToken
|
#
|
public
|
setSourceToken(string $sourceToken): TransferRefund
Set transfer sourceToken
|
#
|
public
|
getSourceAmount(): string
Get transfer sourceAmount
Get transfer sourceAmount
|
#
|
public
|
setSourceAmount(string $sourceAmount): TransferRefund
Set transfer sourceAmount
Set transfer sourceAmount
|
#
|
public
|
getSourceFeeAmount(): string
Get transfer sourceFeeAmount
Get transfer sourceFeeAmount
|
#
|
public
|
setSourceFeeAmount(string $sourceFeeAmount): TransferRefund
Set transfer sourceFeeAmount
Set transfer sourceFeeAmount
|
#
|
public
|
getSourceCurrency(): string
Get transfer sourceCurrency
Get transfer sourceCurrency
|
#
|
public
|
setSourceCurrency(string $sourceCurrency): TransferRefund
Set transfer sourceCurrency
Set transfer sourceCurrency
|
#
|
public
|
getDestinationToken(): string
Get transfer destinationToken
Get transfer destinationToken
|
#
|
public
|
setDestinationToken(string $destinationToken): TransferRefund
Set transfer destinationToken
Set transfer destinationToken
|
#
|
public
|
getDestinationAmount(): string
Get transfer destinationAmount
Get transfer destinationAmount
|
#
|
public
|
setDestinationAmount(string $destinationAmount): TransferRefund
Set transfer destinationAmount
Set transfer destinationAmount
|
#
|
public
|
getDestinationFeeAmount(): string
Get transfer destinationFeeAmount
Get transfer destinationFeeAmount
|
#
|
public
|
getDestinationCurrency(): string
Get transfer destinationCurrency
Get transfer destinationCurrency
|
#
|
public
|
setDestinationCurrency(string $destinationCurrency): TransferRefund
Set transfer destinationCurrency
Set transfer destinationCurrency
|
#
|
public
|
getNotes(): string
Get transfer notes
|
#
|
public
|
setNotes(string $notes): TransferRefund
Set transfer notes
|
#
|
public
|
getMemo(): string
Get transfer memo
|
#
|
public
|
setMemo(string $memo): TransferRefund
Set transfer memo
|
#
|
public
|
getForeignExchanges(): string
Get the Foreign Exchanges
Get the Foreign Exchanges
|
#
|
public
|
setForeignExchanges(string $foreignExchanges): TransferRefund
Set the Foreign Exchanges
Set the Foreign Exchanges
|
#
|