UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 255 B
/** * Indicates whether the tolerance is at the seller's or buyer's option. * tag: 41075 * @readonly * @enum {number} (int) */ export declare enum DeliveryStreamToleranceOptionSide { /** Buyer */ Buyer = 1, /** Seller */ Seller = 2 }