UNPKG

@sotatech/node-fixjs

Version:
14 lines (13 loc) 360 B
/** * Further sub classification of the CommissionAmountType(2641). * tag: 2725 * @readonly * @enum {number} (int) */ export declare enum CommissionAmountSubType { /** Research payment account (RPA) */ ResearchPaymentAccount = 0, /** Commission sharing agreement (CSA) */ CommissionSharingAgreement = 1, OtherTypeResearchPayment = 2 }