UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

18 lines 639 B
import { PaymentAcceptanceAuthenticationMethod } from './paymentAcceptanceAuthenticationMethod'; export interface PaymentAcceptanceTokenizedCardRequest { authentication_method?: PaymentAcceptanceAuthenticationMethod; device_manufacturer_identifier?: string; expiry_month: string; expiry_year: string; name?: string; number: string; } export declare namespace PaymentAcceptanceTokenizedCardRequest { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceTokenizedCardRequest.d.ts.map