Class AccountingJournalCreateRequestDtoCurrencyCode
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingJournalCreateRequestDtoCurrencyCode
-
public class AccountingJournalCreateRequestDtoCurrencyCode extends java.lang.ObjectAccountingJournalCreateRequestDtoCurrencyCodeCurrency code for the journal and all lines
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountingJournalCreateRequestDtoCurrencyCode.Builder
-
Constructor Summary
Constructors Constructor Description AccountingJournalCreateRequestDtoCurrencyCode()AccountingJournalCreateRequestDtoCurrencyCode(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalCreateRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalCreateRequestDtoSourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
AccountingJournalCreateRequestDtoCurrencyCode
public AccountingJournalCreateRequestDtoCurrencyCode(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalCreateRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalCreateRequestDtoSourceValue> sourceValue)
-
AccountingJournalCreateRequestDtoCurrencyCode
public AccountingJournalCreateRequestDtoCurrencyCode()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<AccountingJournalCreateRequestDtoValue> value()
Default currency for the company
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AccountingJournalCreateRequestDtoSourceValue> sourceValue()
-
builder
public static AccountingJournalCreateRequestDtoCurrencyCode.Builder builder()
-
withValue
public AccountingJournalCreateRequestDtoCurrencyCode withValue(AccountingJournalCreateRequestDtoValue value)
Default currency for the company
-
withValue
public AccountingJournalCreateRequestDtoCurrencyCode withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalCreateRequestDtoValue> value)
Default currency for the company
-
withSourceValue
public AccountingJournalCreateRequestDtoCurrencyCode withSourceValue(AccountingJournalCreateRequestDtoSourceValue sourceValue)
-
withSourceValue
public AccountingJournalCreateRequestDtoCurrencyCode withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalCreateRequestDtoSourceValue> 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
-
-