Variable PlatformFeeSubtypeConst

PlatformFeeSubtype: {
    ADJUSTMENT: "adjustment";
    REVERSAL: "reversal";
    SPLIT_PAY: "split_pay";
} = ...

Type declaration

  • Readonly ADJUSTMENT: "adjustment"
  • Readonly REVERSAL: "reversal"
  • Readonly SPLIT_PAY: "split_pay"

Generated using TypeDoc