@airwallex/node-sdk
Version:
Airwallex Node.js SDK
30 lines • 1.07 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IssuingNonPciCardholderNameResponseDto = void 0;
var IssuingNonPciCardholderNameResponseDto;
(function (IssuingNonPciCardholderNameResponseDto) {
IssuingNonPciCardholderNameResponseDto.discriminator = 'IssuingNonPciCardholderNameResponseDto';
IssuingNonPciCardholderNameResponseDto.attributeTypeMap = [
{
name: 'first_name',
baseName: 'first_name',
type: 'string',
},
{
name: 'last_name',
baseName: 'last_name',
type: 'string',
},
{
name: 'middle_name',
baseName: 'middle_name',
type: 'string',
},
{
name: 'title',
baseName: 'title',
type: 'string',
},
];
})(IssuingNonPciCardholderNameResponseDto || (exports.IssuingNonPciCardholderNameResponseDto = IssuingNonPciCardholderNameResponseDto = {}));
//# sourceMappingURL=issuingNonPciCardholderNameResponseDto.js.map