Uses of Enum Class
software.xdev.bzst.dip.client.model.message.dac7.BzstDipCountryCode
Packages that use BzstDipCountryCode
Package
Description
-
Uses of BzstDipCountryCode in software.xdev.bzst.dip.client.model.configuration
Methods in software.xdev.bzst.dip.client.model.configuration that return BzstDipCountryCodeMethods in software.xdev.bzst.dip.client.model.configuration with parameters of type BzstDipCountryCodeModifier and TypeMethodDescriptionBzstDipConfigurationBuilder.setTransmittingCountry(BzstDipCountryCode transmittingCountry) Constructors in software.xdev.bzst.dip.client.model.configuration with parameters of type BzstDipCountryCodeModifierConstructorDescriptionBzstDipConfiguration(BzstDipCountryCode transmittingCountry, BzstCesopMessageTypeEnum messageType, String messageRefId, String reportingPeriodCesopYear, int reportingPeriodCesopQuarter, ZonedDateTime timestamp, BzstCesopMessageTypeIndicEnum messageTypeIndicEnum, BzstDipConfiguration.SupportedApplicationCode applicationCode, String certificateKeystorePassword, String keyStorePrivateKeyAlias, String clientId, String taxID, boolean validateTaxID, String taxNumber, String realmEnvironmentBaseUrl, BzstDipEnvironment environment, BzstDipDpiMessageType messageTypeIndic, LocalDate reportingPeriod, BzstDipOecdDocType docType, SigningProvider signingProvider, String platformOperatorDocRefId, String platformOperatorCorrDocRefId, BzstDipQueryResultConfiguration queryResultConfiguration, String platformOperatorOrganizationName, String platformOperatorPlatformName, BzstDipAddressFix platformOperatorAddress) -
Uses of BzstDipCountryCode in software.xdev.bzst.dip.client.model.message.cesop
Methods in software.xdev.bzst.dip.client.model.message.cesop that return BzstDipCountryCodeModifier and TypeMethodDescriptionBzstCesopAccountIdentifier.countryCode()Returns the value of thecountryCoderecord component.BzstCesopAdress.countryCode()Returns the value of thecountryCoderecord component.BzstCesopReportedPayee.countryCode()Returns the value of thecountryCoderecord component.Constructors in software.xdev.bzst.dip.client.model.message.cesop with parameters of type BzstDipCountryCodeModifierConstructorDescriptionBzstCesopAccountIdentifier(BzstDipCountryCode countryCode, BzstCesopAccountIdentifierTypeEnum accountIdentifierType, String value) Creates an instance of aBzstCesopAccountIdentifierrecord class.BzstCesopAdress(BzstCesopLegalAdressTypeEnum legalAdressType, BzstDipCountryCode countryCode, String addressFree) Creates an instance of aBzstCesopAdressrecord class.BzstCesopReportedPayee(BzstCesopName name, BzstDipCountryCode countryCode, BzstCesopAdress address, BzstCesopTAXIdentification taxIdentification, BzstCesopAccountIdentifier accountIdentifier, BzstCesopReportedTransaction reportedTransaction, BzstCesopDocSpec docSpec) Creates an instance of aBzstCesopReportedPayeerecord class. -
Uses of BzstDipCountryCode in software.xdev.bzst.dip.client.model.message.dac7
Methods in software.xdev.bzst.dip.client.model.message.dac7 that return BzstDipCountryCodeModifier and TypeMethodDescriptionBzstDipCorrectableReportableSellerType.ansaessigkeitsstaat()Returns the value of theansaessigkeitsstaatrecord component.BzstDipTin.issuedBy()Returns the value of theissuedByrecord component.static BzstDipCountryCodeReturns the enum constant of this class with the specified name.static BzstDipCountryCode[]BzstDipCountryCode.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 BzstDipCountryCodeModifierConstructorDescriptionBzstDipCorrectableReportableSellerType(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.BzstDipTin(String steuerId, BzstDipCountryCode issuedBy, Boolean unknown) Creates an instance of aBzstDipTinrecord class.