@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
134 lines • 4.48 kB
JavaScript
;
/*
* The version of the OpenAPI document: v3
*
*
* 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.UnincorporatedPartnership = void 0;
class UnincorporatedPartnership {
static getAttributeTypeMap() {
return UnincorporatedPartnership.attributeTypeMap;
}
constructor() {
}
}
exports.UnincorporatedPartnership = UnincorporatedPartnership;
UnincorporatedPartnership.discriminator = undefined;
UnincorporatedPartnership.mapping = undefined;
UnincorporatedPartnership.attributeTypeMap = [
{
"name": "countryOfGoverningLaw",
"baseName": "countryOfGoverningLaw",
"type": "string",
"format": ""
},
{
"name": "dateOfIncorporation",
"baseName": "dateOfIncorporation",
"type": "string",
"format": ""
},
{
"name": "description",
"baseName": "description",
"type": "string",
"format": ""
},
{
"name": "doingBusinessAs",
"baseName": "doingBusinessAs",
"type": "string",
"format": ""
},
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "principalPlaceOfBusiness",
"baseName": "principalPlaceOfBusiness",
"type": "Address | null",
"format": ""
},
{
"name": "registeredAddress",
"baseName": "registeredAddress",
"type": "Address",
"format": ""
},
{
"name": "registrationNumber",
"baseName": "registrationNumber",
"type": "string",
"format": ""
},
{
"name": "taxInformation",
"baseName": "taxInformation",
"type": "Array<TaxInformation>",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "UnincorporatedPartnership.TypeEnum",
"format": ""
},
{
"name": "vatAbsenceReason",
"baseName": "vatAbsenceReason",
"type": "UnincorporatedPartnership.VatAbsenceReasonEnum",
"format": ""
},
{
"name": "vatNumber",
"baseName": "vatNumber",
"type": "string",
"format": ""
}
];
(function (UnincorporatedPartnership) {
let TypeEnum;
(function (TypeEnum) {
TypeEnum["LimitedPartnership"] = "limitedPartnership";
TypeEnum["GeneralPartnership"] = "generalPartnership";
TypeEnum["FamilyPartnership"] = "familyPartnership";
TypeEnum["CommercialPartnership"] = "commercialPartnership";
TypeEnum["PublicPartnership"] = "publicPartnership";
TypeEnum["OtherPartnership"] = "otherPartnership";
TypeEnum["Gbr"] = "gbr";
TypeEnum["Gmbh"] = "gmbh";
TypeEnum["Kgaa"] = "kgaa";
TypeEnum["Cv"] = "cv";
TypeEnum["Vof"] = "vof";
TypeEnum["Maatschap"] = "maatschap";
TypeEnum["PrivateFundLimitedPartnership"] = "privateFundLimitedPartnership";
TypeEnum["BusinessTrustEntity"] = "businessTrustEntity";
TypeEnum["BusinessPartnership"] = "businessPartnership";
TypeEnum["LimitedLiabilityPartnership"] = "limitedLiabilityPartnership";
TypeEnum["Eg"] = "eg";
TypeEnum["Cooperative"] = "cooperative";
TypeEnum["Vos"] = "vos";
TypeEnum["ComunidadDeBienes"] = "comunidadDeBienes";
TypeEnum["HerenciaYacente"] = "herenciaYacente";
TypeEnum["ComunidadDePropietarios"] = "comunidadDePropietarios";
TypeEnum["Sep"] = "sep";
TypeEnum["Sca"] = "sca";
TypeEnum["Bt"] = "bt";
TypeEnum["Kkt"] = "kkt";
TypeEnum["Scs"] = "scs";
TypeEnum["Snc"] = "snc";
})(TypeEnum = UnincorporatedPartnership.TypeEnum || (UnincorporatedPartnership.TypeEnum = {}));
let VatAbsenceReasonEnum;
(function (VatAbsenceReasonEnum) {
VatAbsenceReasonEnum["IndustryExemption"] = "industryExemption";
VatAbsenceReasonEnum["BelowTaxThreshold"] = "belowTaxThreshold";
})(VatAbsenceReasonEnum = UnincorporatedPartnership.VatAbsenceReasonEnum || (UnincorporatedPartnership.VatAbsenceReasonEnum = {}));
})(UnincorporatedPartnership = exports.UnincorporatedPartnership || (exports.UnincorporatedPartnership = {}));
//# sourceMappingURL=unincorporatedPartnership.js.map