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