@airwallex/node-sdk
Version:
Airwallex Node.js SDK
64 lines • 1.82 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IssuingNonPciLifecycleDto = void 0;
var IssuingNonPciLifecycleDto;
(function (IssuingNonPciLifecycleDto) {
IssuingNonPciLifecycleDto.validStatusEnum = [
'UNKNOWN',
'AUTHORIZED',
'CLEARED',
'REVERSED',
'DECLINED',
'REFUNDED',
'EXPIRED',
];
IssuingNonPciLifecycleDto.discriminator = 'type';
IssuingNonPciLifecycleDto.attributeTypeMap = [
{
name: 'billing_amounts',
baseName: 'billing_amounts',
type: 'IssuingNonPciLifecycleAmountDto',
},
{
name: 'billing_currency',
baseName: 'billing_currency',
type: 'string',
},
{
name: 'card_id',
baseName: 'card_id',
type: 'string',
},
{
name: 'created_at',
baseName: 'created_at',
type: 'string',
},
{
name: 'digital_wallet_token',
baseName: 'digital_wallet_token',
type: 'IssuingNonPciDigitalWalletTokenDto',
},
{
name: 'id',
baseName: 'id',
type: 'string',
},
{
name: 'merchant',
baseName: 'merchant',
type: 'IssuingNonPciMerchantDto',
},
{
name: 'status',
baseName: 'status',
type: 'IssuingNonPciLifecycleDto.StatusEnum',
},
{
name: 'updated_at',
baseName: 'updated_at',
type: 'string',
},
];
})(IssuingNonPciLifecycleDto || (exports.IssuingNonPciLifecycleDto = IssuingNonPciLifecycleDto = {}));
//# sourceMappingURL=issuingNonPciLifecycleDto.js.map