wallee
Version:
TypeScript/JavaScript client for wallee
33 lines (32 loc) • 866 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ShopifySubscriberCreation = void 0;
class ShopifySubscriberCreation {
static getAttributeTypeMap() {
return ShopifySubscriberCreation.attributeTypeMap;
}
}
exports.ShopifySubscriberCreation = ShopifySubscriberCreation;
ShopifySubscriberCreation.discriminator = undefined;
ShopifySubscriberCreation.attributeTypeMap = [
{
"name": "emailAddress",
"baseName": "emailAddress",
"type": "string"
},
{
"name": "phoneNumber",
"baseName": "phoneNumber",
"type": "string"
},
{
"name": "shopifyCustomerGid",
"baseName": "shopifyCustomerGid",
"type": "string"
},
{
"name": "shopifyCustomerId",
"baseName": "shopifyCustomerId",
"type": "string"
}
];