TransferType Type
whether a transfer is an advance or a payment
Union cases
Union case |
Description
|
Full Usage:
Advance
|
outgoing transfer |
Full Usage:
Payment
|
incoming transfer |
Instance members
Instance member |
Description
|
Full Usage:
this.IsAdvance
Returns: bool
|
|
Full Usage:
this.IsPayment
Returns: bool
|
|