UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

17 lines 613 B
import { PaymentAcceptanceBilling } from './paymentAcceptanceBilling'; import { PaymentAcceptanceTokenizedCard } from './paymentAcceptanceTokenizedCard'; export interface PaymentAcceptanceGooglepay { billing?: PaymentAcceptanceBilling; lifecycle_id?: string; payment_data_type?: string; tokenized_card?: PaymentAcceptanceTokenizedCard; } export declare namespace PaymentAcceptanceGooglepay { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceGooglepay.d.ts.map