Uses of Enum Class
software.xdev.bzst.dip.client.model.message.cesop.BzstCesopAccountIdentifierTypeEnum
Packages that use BzstCesopAccountIdentifierTypeEnum
-
Uses of BzstCesopAccountIdentifierTypeEnum in software.xdev.bzst.dip.client.model.message.cesop
Methods in software.xdev.bzst.dip.client.model.message.cesop that return BzstCesopAccountIdentifierTypeEnumModifier and TypeMethodDescriptionBzstCesopAccountIdentifier.accountIdentifierType()Returns the value of theaccountIdentifierTyperecord component.BzstCesopPayerMS.accountIdentifierType()Returns the value of theaccountIdentifierTyperecord component.Returns the enum constant of this class with the specified name.static BzstCesopAccountIdentifierTypeEnum[]BzstCesopAccountIdentifierTypeEnum.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.cesop with parameters of type BzstCesopAccountIdentifierTypeEnumModifierConstructorDescriptionBzstCesopAccountIdentifier(BzstDipCountryCode countryCode, BzstCesopAccountIdentifierTypeEnum accountIdentifierType, String value) Creates an instance of aBzstCesopAccountIdentifierrecord class.BzstCesopPayerMS(BzstCesopAccountIdentifierTypeEnum accountIdentifierType, BzstCesopMSCountryCodeTypeEnum msCountryCodeType) Creates an instance of aBzstCesopPayerMSrecord class.