@airwallex/node-sdk
Version:
Airwallex Node.js SDK
70 lines • 2.08 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SimulationChallengeDetails = void 0;
var SimulationChallengeDetails;
(function (SimulationChallengeDetails) {
SimulationChallengeDetails.discriminator = 'SimulationChallengeDetails';
SimulationChallengeDetails.attributeTypeMap = [
{
name: 'challenged_at',
baseName: 'challenged_at',
type: 'Date',
},
{
name: 'challenged_by',
baseName: 'challenged_by',
type: 'string',
},
{
name: 'customer_info',
baseName: 'customer_info',
type: 'SimulationCustomerInformation',
},
{
name: 'delivery_info',
baseName: 'delivery_info',
type: 'SimulationDeliveryInformation',
},
{
name: 'order_info',
baseName: 'order_info',
type: 'SimulationOrderInformation',
},
{
name: 'product_description',
baseName: 'product_description',
type: 'string',
},
{
name: 'product_type',
baseName: 'product_type',
type: 'string',
},
{
name: 'reason',
baseName: 'reason',
type: 'string',
},
{
name: 'refund_refusal_reason',
baseName: 'refund_refusal_reason',
type: 'string',
},
{
name: 'seller_info',
baseName: 'seller_info',
type: 'SimulationSellerInformation',
},
{
name: 'stage',
baseName: 'stage',
type: 'string',
},
{
name: 'supporting_documents',
baseName: 'supporting_documents',
type: 'SimulationSupportingDocumentsResponse',
},
];
})(SimulationChallengeDetails || (exports.SimulationChallengeDetails = SimulationChallengeDetails = {}));
//# sourceMappingURL=simulationChallengeDetails.js.map