@airwallex/node-sdk
Version:
Airwallex Node.js SDK
60 lines • 2.08 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IssuingNonPciNewCardholderIndividualDto = void 0;
var IssuingNonPciNewCardholderIndividualDto;
(function (IssuingNonPciNewCardholderIndividualDto) {
IssuingNonPciNewCardholderIndividualDto.discriminator = 'IssuingNonPciNewCardholderIndividualDto';
IssuingNonPciNewCardholderIndividualDto.attributeTypeMap = [
{
name: 'address',
baseName: 'address',
type: 'IssuingNonPciAddressDto',
},
{
name: 'cardholder_agreement_terms_consent_obtained',
baseName: 'cardholder_agreement_terms_consent_obtained',
type: 'string',
},
{
name: 'date_of_birth',
baseName: 'date_of_birth',
type: 'string',
},
{
name: 'employers',
baseName: 'employers',
type: 'Array<IssuingNonPciEmployerDto>',
},
{
name: 'express_consent_obtained',
baseName: 'express_consent_obtained',
type: 'string',
},
{
name: 'identification',
baseName: 'identification',
type: 'IssuingNonPciIdentificationDto',
},
{
name: 'name',
baseName: 'name',
type: 'IssuingNonPciCardholderNameDto',
},
{
name: 'nationality',
baseName: 'nationality',
type: 'string',
},
{
name: 'paperless_notification_consent_obtained',
baseName: 'paperless_notification_consent_obtained',
type: 'string',
},
{
name: 'privacy_policy_terms_consent_obtained',
baseName: 'privacy_policy_terms_consent_obtained',
type: 'string',
},
];
})(IssuingNonPciNewCardholderIndividualDto || (exports.IssuingNonPciNewCardholderIndividualDto = IssuingNonPciNewCardholderIndividualDto = {}));
//# sourceMappingURL=issuingNonPciNewCardholderIndividualDto.js.map