UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 430 B
export interface PaymentAcceptanceKoreanCardDataRequest { business_number?: string; date_of_birth?: string; password_first2: string; } export declare namespace PaymentAcceptanceKoreanCardDataRequest { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceKoreanCardDataRequest.d.ts.map