UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

25 lines 790 B
import { PaymentAcceptanceAuthenticationMethod } from './paymentAcceptanceAuthenticationMethod'; export interface PaymentAcceptanceTokenizedCard { authentication_method?: PaymentAcceptanceAuthenticationMethod; bin?: string; brand?: string; device_manufacturer_identifier?: string; expiry_month: string; expiry_year: string; fingerprint?: string; is_commercial?: boolean; issuer_country_code?: string; issuer_name?: string; last4?: string; name?: string; type?: string; } export declare namespace PaymentAcceptanceTokenizedCard { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceTokenizedCard.d.ts.map