xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
136 lines (135 loc) • 3.35 kB
JavaScript
;
/**
* Accounting API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* Contact: api@xero.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
var TenNinteyNineContact = /** @class */ (function () {
function TenNinteyNineContact() {
}
TenNinteyNineContact.getAttributeTypeMap = function () {
return TenNinteyNineContact.attributeTypeMap;
};
TenNinteyNineContact.discriminator = undefined;
TenNinteyNineContact.attributeTypeMap = [
{
"name": "box1",
"baseName": "Box1",
"type": "number"
},
{
"name": "box2",
"baseName": "Box2",
"type": "number"
},
{
"name": "box3",
"baseName": "Box3",
"type": "number"
},
{
"name": "box4",
"baseName": "Box4",
"type": "number"
},
{
"name": "box5",
"baseName": "Box5",
"type": "number"
},
{
"name": "box6",
"baseName": "Box6",
"type": "number"
},
{
"name": "box7",
"baseName": "Box7",
"type": "number"
},
{
"name": "box8",
"baseName": "Box8",
"type": "number"
},
{
"name": "box9",
"baseName": "Box9",
"type": "number"
},
{
"name": "box10",
"baseName": "Box10",
"type": "number"
},
{
"name": "box11",
"baseName": "Box11",
"type": "number"
},
{
"name": "box13",
"baseName": "Box13",
"type": "number"
},
{
"name": "box14",
"baseName": "Box14",
"type": "number"
},
{
"name": "name",
"baseName": "Name",
"type": "string"
},
{
"name": "federalTaxIDType",
"baseName": "FederalTaxIDType",
"type": "string"
},
{
"name": "city",
"baseName": "City",
"type": "string"
},
{
"name": "zip",
"baseName": "Zip",
"type": "string"
},
{
"name": "state",
"baseName": "State",
"type": "string"
},
{
"name": "email",
"baseName": "Email",
"type": "string"
},
{
"name": "streetAddress",
"baseName": "StreetAddress",
"type": "string"
},
{
"name": "taxID",
"baseName": "TaxID",
"type": "string"
},
{
"name": "contactId",
"baseName": "ContactId",
"type": "string"
}
];
return TenNinteyNineContact;
}());
exports.TenNinteyNineContact = TenNinteyNineContact;