Uses of Class
de.hybris.platform.billmanagementservices.enums.BmPartyType
Packages that use BmPartyType
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.billmanagementservices.jalo package.
-
Uses of BmPartyType in de.hybris.platform.billmanagementservices.enums
Fields in de.hybris.platform.billmanagementservices.enums declared as BmPartyTypeModifier and TypeFieldDescriptionstatic final BmPartyTypeBmPartyType.INDIVIDUALDeprecated, for removal: This API element is subject to removal in a future version.Generated enum value for BmPartyType.INDIVIDUAL declared at extension billmanagementservices.static final BmPartyTypeBmPartyType.ORGANIZATIONDeprecated, for removal: This API element is subject to removal in a future version.Generated enum value for BmPartyType.ORGANIZATION declared at extension billmanagementservices.Methods in de.hybris.platform.billmanagementservices.enums that return BmPartyTypeModifier and TypeMethodDescriptionstatic BmPartyTypeDeprecated, for removal: This API element is subject to removal in a future version.Returns a BmPartyType instance representing the specified enum value. -
Uses of BmPartyType in de.hybris.platform.billmanagementservices.model
Methods in de.hybris.platform.billmanagementservices.model that return BmPartyTypeModifier and TypeMethodDescriptionBmPartyModel.getType()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmParty.typeattribute defined at extensionbillmanagementservices.Methods in de.hybris.platform.billmanagementservices.model with parameters of type BmPartyTypeModifier and TypeMethodDescriptionvoidBmPartyModel.setType(BmPartyType value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBmParty.typeattribute defined at extensionbillmanagementservices.