Skip to main content
const Type: {
  BankFee: "bank";
  ConversionFee: "conversion";
  NetworkFee: "network";
  OtherFee: "other";
};
Defined in: _vendor/api/types/TransferFee.ts:19 The type of the fee, indicating its purpose.

Type Declaration

BankFee

readonly BankFee: "bank" = "bank";

ConversionFee

readonly ConversionFee: "conversion" = "conversion";

NetworkFee

readonly NetworkFee: "network" = "network";

OtherFee

readonly OtherFee: "other" = "other";