UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

30 lines 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceSellerSalesSummary = void 0; var PaymentAcceptanceSellerSalesSummary; (function (PaymentAcceptanceSellerSalesSummary) { PaymentAcceptanceSellerSalesSummary.discriminator = 'PaymentAcceptanceSellerSalesSummary'; PaymentAcceptanceSellerSalesSummary.attributeTypeMap = [ { name: 'currency', baseName: 'currency', type: 'string', }, { name: 'period', baseName: 'period', type: 'string', }, { name: 'sales_amount', baseName: 'sales_amount', type: 'number', }, { name: 'sales_count', baseName: 'sales_count', type: 'number', }, ]; })(PaymentAcceptanceSellerSalesSummary || (exports.PaymentAcceptanceSellerSalesSummary = PaymentAcceptanceSellerSalesSummary = {})); //# sourceMappingURL=paymentAcceptanceSellerSalesSummary.js.map