@airwallex/node-sdk
Version:
Airwallex Node.js SDK
17 lines • 647 B
TypeScript
import { SimulationTermsAndConditionsApiDto } from './simulationTermsAndConditionsApiDto';
export interface SimulationCustomerAgreementsApiDto {
agreed_to_biometrics_consent?: boolean;
agreed_to_data_usage?: boolean;
agreed_to_terms_and_conditions?: boolean;
opt_in_for_marketing?: boolean;
terms_and_conditions?: SimulationTermsAndConditionsApiDto;
}
export declare namespace SimulationCustomerAgreementsApiDto {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=simulationCustomerAgreementsApiDto.d.ts.map