Interface Company


@TypeAdapters(fieldNamingStrategy=true) @Immutable public interface Company
  • Method Details

    • getBaseUri

      String getBaseUri()
    • getFullDomain

      String getFullDomain()
    • getName

      String getName()
    • getActive

      @SerializedName("is_active") Boolean getActive()
    • getWeekStartDay

      String getWeekStartDay()
    • getWantsTimestampTimers

      Boolean getWantsTimestampTimers()
    • getTimeFormat

      String getTimeFormat()
    • getPlanType

      String getPlanType()
    • getClock

      String getClock()
    • getDecimalSymbol

      String getDecimalSymbol()
    • getThousandsSeparator

      String getThousandsSeparator()
    • getColorScheme

      String getColorScheme()
    • getExpenseFeature

      Boolean getExpenseFeature()
    • getInvoiceFeature

      Boolean getInvoiceFeature()
    • getEstimateFeature

      Boolean getEstimateFeature()
    • getApprovalFeature

      Boolean getApprovalFeature()