@airwallex/node-sdk
Version:
Airwallex Node.js SDK
30 lines • 849 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DigitalWalletDto = void 0;
var DigitalWalletDto;
(function (DigitalWalletDto) {
DigitalWalletDto.discriminator = 'DigitalWalletDto';
DigitalWalletDto.attributeTypeMap = [
{
name: 'account_name',
baseName: 'account_name',
type: 'string',
},
{
name: 'id_type',
baseName: 'id_type',
type: 'string',
},
{
name: 'id_value',
baseName: 'id_value',
type: 'string',
},
{
name: 'provider',
baseName: 'provider',
type: 'string',
},
];
})(DigitalWalletDto || (exports.DigitalWalletDto = DigitalWalletDto = {}));
//# sourceMappingURL=digitalWalletDto.js.map