@airwallex/node-sdk
Version:
Airwallex Node.js SDK
45 lines • 1.41 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IssuingNonPciLifecycleAmountDto = void 0;
var IssuingNonPciLifecycleAmountDto;
(function (IssuingNonPciLifecycleAmountDto) {
IssuingNonPciLifecycleAmountDto.discriminator = 'IssuingNonPciLifecycleAmountDto';
IssuingNonPciLifecycleAmountDto.attributeTypeMap = [
{
name: 'total_authorized',
baseName: 'total_authorized',
type: 'number',
},
{
name: 'total_credited',
baseName: 'total_credited',
type: 'number',
},
{
name: 'total_debited',
baseName: 'total_debited',
type: 'number',
},
{
name: 'total_declined',
baseName: 'total_declined',
type: 'number',
},
{
name: 'total_expired',
baseName: 'total_expired',
type: 'number',
},
{
name: 'total_pending',
baseName: 'total_pending',
type: 'number',
},
{
name: 'total_reversed',
baseName: 'total_reversed',
type: 'number',
},
];
})(IssuingNonPciLifecycleAmountDto || (exports.IssuingNonPciLifecycleAmountDto = IssuingNonPciLifecycleAmountDto = {}));
//# sourceMappingURL=issuingNonPciLifecycleAmountDto.js.map