UNPKG

ts-midtrans-client

Version:

This library is an UNOFFICIAL TypeScript version of the Midtrans Client - Node.js.

5 lines 297 B
export interface CustomExpiry { order_time: string; // Order time in the format "YYYY-MM-DD HH:mm:ss Z". String Required expiry_duration: number; // Expiry duration. Integer Required unit: 'second' | 'minute' | 'hour' | 'day'; // Unit of the expiry duration. String Required }