Class BillingType


  • public final class BillingType
    extends com.azure.core.util.ExpandableStringEnum<BillingType>
    Defines values for BillingType.
    • Field Detail

      • PAV2

        public static final BillingType PAV2
        Static value Pav2 for BillingType.
      • PURCHASE

        public static final BillingType PURCHASE
        Static value Purchase for BillingType.
    • Constructor Detail

      • BillingType

        public BillingType()
    • Method Detail

      • fromString

        public static BillingType fromString​(String name)
        Creates or finds a BillingType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding BillingType.