UNPKG

@sotatech/node-fixjs

Version:
11 lines (10 loc) 212 B
/** * Specifies the format of the delivery start and end time values. * tag: 41057 * @readonly * @enum {number} (int) */ export declare enum DeliveryScheduleSettlTimeType { Hour = 0, Timestamp = 1 }