Class CurrencyCode.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CurrencyCode.Builder
-
- Enclosing class:
- CurrencyCode
public static final class CurrencyCode.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencyCodebuild()CurrencyCode.BuildersourceValue(AccountingJournalCreateRequestDtoSourceValue sourceValue)CurrencyCode.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalCreateRequestDtoSourceValue> sourceValue)CurrencyCode.Buildervalue(AccountingJournalCreateRequestDtoValue value)Default currency for the companyCurrencyCode.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalCreateRequestDtoValue> value)Default currency for the company
-
-
-
Method Detail
-
value
public CurrencyCode.Builder value(AccountingJournalCreateRequestDtoValue value)
Default currency for the company
-
value
public CurrencyCode.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalCreateRequestDtoValue> value)
Default currency for the company
-
sourceValue
public CurrencyCode.Builder sourceValue(AccountingJournalCreateRequestDtoSourceValue sourceValue)
-
sourceValue
public CurrencyCode.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalCreateRequestDtoSourceValue> sourceValue)
-
build
public CurrencyCode build()
-
-