UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

16 lines 586 B
import { PaymentAcceptanceBilling } from './paymentAcceptanceBilling'; import { PaymentAcceptanceTokenizedCard } from './paymentAcceptanceTokenizedCard'; export interface PaymentAcceptanceGooglepay { billing?: PaymentAcceptanceBilling; 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