Class CostCenterBase

java.lang.Object
com.ringcentral.definitions.CostCenterBase

public class CostCenterBase 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
  • Constructor Details

    • CostCenterBase

      public CostCenterBase()
  • Method Details