Uses of Enum Class
software.xdev.bzst.dip.client.model.message.dac7.BzstDipOecdLegalAddressType
Packages that use BzstDipOecdLegalAddressType
-
Uses of BzstDipOecdLegalAddressType in software.xdev.bzst.dip.client.model.message.dac7
Methods in software.xdev.bzst.dip.client.model.message.dac7 that return BzstDipOecdLegalAddressTypeModifier and TypeMethodDescriptionBzstDipCorrectableReportableSellerType.legalAddress()Returns the value of thelegalAddressrecord component.static BzstDipOecdLegalAddressTypeReturns the enum constant of this class with the specified name.static BzstDipOecdLegalAddressType[]BzstDipOecdLegalAddressType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in software.xdev.bzst.dip.client.model.message.dac7 with parameters of type BzstDipOecdLegalAddressTypeModifierConstructorDescriptionBzstDipCorrectableReportableSellerType(BzstDipCountryCode ansaessigkeitsstaat, BzstDipTin tin, String handelsregisternummer, String vat, String firstName, String lastName, LocalDate birthDate, BzstDipOecdLegalAddressType legalAddress, BzstDipAddressFix addressFix, BzstDipNumberOfActivities numberOfActivities, BzstDipConsiderations considerations, BzstDipFees feesType, BzstDipTaxes taxesType, String permanentEstablishments, String docRefUUID) Creates an instance of aBzstDipCorrectableReportableSellerTyperecord class.