@airwallex/node-sdk
Version:
Airwallex Node.js SDK
22 lines • 965 B
TypeScript
import { PaymentAcceptanceCustomerPurchaseSummary } from './paymentAcceptanceCustomerPurchaseSummary';
import { PaymentAcceptanceCustomerSocialNetwork } from './paymentAcceptanceCustomerSocialNetwork';
export interface PaymentAcceptanceIntentCustomerAdditionalInfo {
account_type?: string;
first_successful_order_date?: string;
last_login_ip_address?: string;
last_modified_at?: string;
linked_social_networks?: Array<PaymentAcceptanceCustomerSocialNetwork>;
purchase_summaries?: Array<PaymentAcceptanceCustomerPurchaseSummary>;
registered_via_social_media?: boolean;
registration_date?: string;
registration_ip_address?: string;
}
export declare namespace PaymentAcceptanceIntentCustomerAdditionalInfo {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=paymentAcceptanceIntentCustomerAdditionalInfo.d.ts.map