UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

17 lines 601 B
import { PaymentAcceptanceTermsOfUse } from './paymentAcceptanceTermsOfUse'; export interface PaymentAcceptanceExternalRecurringData { initial_payment?: boolean; merchant_trigger_reason?: string; original_transaction_id?: string; terms_of_use?: PaymentAcceptanceTermsOfUse; triggered_by: string; } export declare namespace PaymentAcceptanceExternalRecurringData { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceExternalRecurringData.d.ts.map