@airwallex/node-sdk
Version:
Airwallex Node.js SDK
21 lines • 963 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IssuingNonPciDigitalWalletTokenDto = void 0;
var IssuingNonPciDigitalWalletTokenDto;
(function (IssuingNonPciDigitalWalletTokenDto) {
IssuingNonPciDigitalWalletTokenDto.validPaymentMethodEnum = ['UNKNOWN', 'APPLE_PAY', 'GOOGLE_PAY', 'CARD_ON_FILE'];
IssuingNonPciDigitalWalletTokenDto.discriminator = 'IssuingNonPciDigitalWalletTokenDto';
IssuingNonPciDigitalWalletTokenDto.attributeTypeMap = [
{
name: 'id',
baseName: 'id',
type: 'string',
},
{
name: 'payment_method',
baseName: 'payment_method',
type: 'IssuingNonPciDigitalWalletTokenDto.PaymentMethodEnum',
},
];
})(IssuingNonPciDigitalWalletTokenDto || (exports.IssuingNonPciDigitalWalletTokenDto = IssuingNonPciDigitalWalletTokenDto = {}));
//# sourceMappingURL=issuingNonPciDigitalWalletTokenDto.js.map