@airwallex/node-sdk
Version:
Airwallex Node.js SDK
17 lines • 610 B
TypeScript
import { PaymentAcceptanceBilling } from './paymentAcceptanceBilling';
import { PaymentAcceptanceTokenizedCard } from './paymentAcceptanceTokenizedCard';
export interface PaymentAcceptanceApplepay {
billing?: PaymentAcceptanceBilling;
lifecycle_id?: string;
payment_data_type?: string;
tokenized_card?: PaymentAcceptanceTokenizedCard;
}
export declare namespace PaymentAcceptanceApplepay {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=paymentAcceptanceApplepay.d.ts.map