Class CostCenterItem

java.lang.Object
com.ringcentral.definitions.CostCenterItem

public class CostCenterItem extends Object
  • Field Details

    • id

      public Long id
      Internal identifier of a cost center Format: int64 Example: 981086004
    • name

      public String name
      Cost Center name Example: My Cost Center
    • billingCode

      public String billingCode
      Billing code associated with a cost center Example: BC 101
    • taxLocation

      public TaxLocation taxLocation
      Required
    • parentId

      public Long parentId
      Internal identifier of a parent cost center Format: int64 Example: 45878
  • Constructor Details

    • CostCenterItem

      public CostCenterItem()
  • Method Details