@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
127 lines • 4.12 kB
JavaScript
;
/*
* The version of the OpenAPI document: v71
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit this class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.MerchantRiskIndicator = void 0;
class MerchantRiskIndicator {
static getAttributeTypeMap() {
return MerchantRiskIndicator.attributeTypeMap;
}
constructor() {
}
}
exports.MerchantRiskIndicator = MerchantRiskIndicator;
MerchantRiskIndicator.discriminator = undefined;
MerchantRiskIndicator.mapping = undefined;
MerchantRiskIndicator.attributeTypeMap = [
{
"name": "addressMatch",
"baseName": "addressMatch",
"type": "boolean",
"format": ""
},
{
"name": "deliveryAddressIndicator",
"baseName": "deliveryAddressIndicator",
"type": "MerchantRiskIndicator.DeliveryAddressIndicatorEnum",
"format": ""
},
{
"name": "deliveryEmail",
"baseName": "deliveryEmail",
"type": "string",
"format": ""
},
{
"name": "deliveryEmailAddress",
"baseName": "deliveryEmailAddress",
"type": "string",
"format": ""
},
{
"name": "deliveryTimeframe",
"baseName": "deliveryTimeframe",
"type": "MerchantRiskIndicator.DeliveryTimeframeEnum",
"format": ""
},
{
"name": "giftCardAmount",
"baseName": "giftCardAmount",
"type": "Amount | null",
"format": ""
},
{
"name": "giftCardCount",
"baseName": "giftCardCount",
"type": "number",
"format": "int32"
},
{
"name": "giftCardCurr",
"baseName": "giftCardCurr",
"type": "string",
"format": ""
},
{
"name": "preOrderDate",
"baseName": "preOrderDate",
"type": "Date",
"format": "date-time"
},
{
"name": "preOrderPurchase",
"baseName": "preOrderPurchase",
"type": "boolean",
"format": ""
},
{
"name": "preOrderPurchaseInd",
"baseName": "preOrderPurchaseInd",
"type": "string",
"format": ""
},
{
"name": "reorderItems",
"baseName": "reorderItems",
"type": "boolean",
"format": ""
},
{
"name": "reorderItemsInd",
"baseName": "reorderItemsInd",
"type": "string",
"format": ""
},
{
"name": "shipIndicator",
"baseName": "shipIndicator",
"type": "string",
"format": ""
}
];
(function (MerchantRiskIndicator) {
let DeliveryAddressIndicatorEnum;
(function (DeliveryAddressIndicatorEnum) {
DeliveryAddressIndicatorEnum["ShipToBillingAddress"] = "shipToBillingAddress";
DeliveryAddressIndicatorEnum["ShipToVerifiedAddress"] = "shipToVerifiedAddress";
DeliveryAddressIndicatorEnum["ShipToNewAddress"] = "shipToNewAddress";
DeliveryAddressIndicatorEnum["ShipToStore"] = "shipToStore";
DeliveryAddressIndicatorEnum["DigitalGoods"] = "digitalGoods";
DeliveryAddressIndicatorEnum["GoodsNotShipped"] = "goodsNotShipped";
DeliveryAddressIndicatorEnum["Other"] = "other";
})(DeliveryAddressIndicatorEnum = MerchantRiskIndicator.DeliveryAddressIndicatorEnum || (MerchantRiskIndicator.DeliveryAddressIndicatorEnum = {}));
let DeliveryTimeframeEnum;
(function (DeliveryTimeframeEnum) {
DeliveryTimeframeEnum["ElectronicDelivery"] = "electronicDelivery";
DeliveryTimeframeEnum["SameDayShipping"] = "sameDayShipping";
DeliveryTimeframeEnum["OvernightShipping"] = "overnightShipping";
DeliveryTimeframeEnum["TwoOrMoreDaysShipping"] = "twoOrMoreDaysShipping";
})(DeliveryTimeframeEnum = MerchantRiskIndicator.DeliveryTimeframeEnum || (MerchantRiskIndicator.DeliveryTimeframeEnum = {}));
})(MerchantRiskIndicator = exports.MerchantRiskIndicator || (exports.MerchantRiskIndicator = {}));
//# sourceMappingURL=merchantRiskIndicator.js.map