@airwallex/node-sdk
Version:
Airwallex Node.js SDK
25 lines • 884 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceInsuranceDetails = void 0;
var PaymentAcceptanceInsuranceDetails;
(function (PaymentAcceptanceInsuranceDetails) {
PaymentAcceptanceInsuranceDetails.discriminator = 'PaymentAcceptanceInsuranceDetails';
PaymentAcceptanceInsuranceDetails.attributeTypeMap = [
{
name: 'company',
baseName: 'company',
type: 'string',
},
{
name: 'price',
baseName: 'price',
type: 'number',
},
{
name: 'type',
baseName: 'type',
type: 'string',
},
];
})(PaymentAcceptanceInsuranceDetails || (exports.PaymentAcceptanceInsuranceDetails = PaymentAcceptanceInsuranceDetails = {}));
//# sourceMappingURL=paymentAcceptanceInsuranceDetails.js.map