Class AccountingCompanyResultBaseCurrency
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingCompanyResultBaseCurrency
-
public class AccountingCompanyResultBaseCurrency extends java.lang.ObjectAccountingCompanyResultBaseCurrencyDefault currency for the company
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountingCompanyResultBaseCurrency.Builder
-
Constructor Summary
Constructors Constructor Description AccountingCompanyResultBaseCurrency()AccountingCompanyResultBaseCurrency(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanyResultValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanyResultSourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
AccountingCompanyResultBaseCurrency
public AccountingCompanyResultBaseCurrency(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanyResultValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanyResultSourceValue> sourceValue)
-
AccountingCompanyResultBaseCurrency
public AccountingCompanyResultBaseCurrency()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<AccountingCompanyResultValue> value()
Default currency for the company
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AccountingCompanyResultSourceValue> sourceValue()
-
builder
public static AccountingCompanyResultBaseCurrency.Builder builder()
-
withValue
public AccountingCompanyResultBaseCurrency withValue(AccountingCompanyResultValue value)
Default currency for the company
-
withValue
public AccountingCompanyResultBaseCurrency withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanyResultValue> value)
Default currency for the company
-
withSourceValue
public AccountingCompanyResultBaseCurrency withSourceValue(AccountingCompanyResultSourceValue sourceValue)
-
withSourceValue
public AccountingCompanyResultBaseCurrency withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanyResultSourceValue> sourceValue)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-