UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

12 lines 345 B
export interface PaymentAcceptancePaymentAttemptId { id?: string; } export declare namespace PaymentAcceptancePaymentAttemptId { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptancePaymentAttemptId.d.ts.map