UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 415 B
export interface PaymentAcceptanceDuplicationChargeInformation { explanation?: string; payment_id?: string; } export declare namespace PaymentAcceptanceDuplicationChargeInformation { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceDuplicationChargeInformation.d.ts.map