Class JournalLineCurrencyCode
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.JournalLineCurrencyCode
-
public class JournalLineCurrencyCode extends java.lang.ObjectJournalLineCurrencyCodeCurrency code for this line
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJournalLineCurrencyCode.Builder
-
Constructor Summary
Constructors Constructor Description JournalLineCurrencyCode()JournalLineCurrencyCode(org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineCurrencyCodeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineCurrencyCodeSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JournalLineCurrencyCode.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<JournalLineCurrencyCodeSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<JournalLineCurrencyCodeValue>value()Default currency for the companyJournalLineCurrencyCodewithSourceValue(JournalLineCurrencyCodeSourceValue sourceValue)JournalLineCurrencyCodewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineCurrencyCodeSourceValue> sourceValue)JournalLineCurrencyCodewithValue(JournalLineCurrencyCodeValue value)Default currency for the companyJournalLineCurrencyCodewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineCurrencyCodeValue> value)Default currency for the company
-
-
-
Constructor Detail
-
JournalLineCurrencyCode
public JournalLineCurrencyCode(org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineCurrencyCodeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineCurrencyCodeSourceValue> sourceValue)
-
JournalLineCurrencyCode
public JournalLineCurrencyCode()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<JournalLineCurrencyCodeValue> value()
Default currency for the company
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<JournalLineCurrencyCodeSourceValue> sourceValue()
-
builder
public static JournalLineCurrencyCode.Builder builder()
-
withValue
public JournalLineCurrencyCode withValue(JournalLineCurrencyCodeValue value)
Default currency for the company
-
withValue
public JournalLineCurrencyCode withValue(org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineCurrencyCodeValue> value)
Default currency for the company
-
withSourceValue
public JournalLineCurrencyCode withSourceValue(JournalLineCurrencyCodeSourceValue sourceValue)
-
withSourceValue
public JournalLineCurrencyCode withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineCurrencyCodeSourceValue> 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
-
-