UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 399 B
import { PaymentAcceptancePayId } from './paymentAcceptancePayId'; export interface PaymentAcceptancePayto { pay_id?: PaymentAcceptancePayId; } export declare namespace PaymentAcceptancePayto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptancePayto.d.ts.map