Skip to main content
type AmountType = typeof AmountType[keyof typeof AmountType];
Defined in: _vendor/api/resources/transfers/client/requests/TransferRequest.ts:98 Specifies whether the given amount is to be received by the target or taken from the source.
  • target: The transfer target receives the exact value specified in amount. Fees are added to the amount taken from the transfer source.
  • source: The transfer target receives the value specified in amount, minus any fees.