UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

18 lines 599 B
import { TermsAndConditions } from './termsAndConditions'; export interface CustomerAgreementsDTO { agreed_to_data_usage?: boolean; agreed_to_terms_and_conditions?: boolean; opt_in_for_marketing?: boolean; agreed_to_biometrics_consent?: boolean; terms_and_conditions?: TermsAndConditions; agreed_to_payment_terms?: boolean; } export declare namespace CustomerAgreementsDTO { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=customerAgreementsDTO.d.ts.map