Package com.increase.api.models
Class BookkeepingAccountCreateParams.Body
-
- All Implemented Interfaces:
public final class BookkeepingAccountCreateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBookkeepingAccountCreateParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Stringname()The name you choose for the account. final Optional<String>accountId()The entity, if compliance_categoryiscommingled_cash.final Optional<BookkeepingAccountCreateParams.ComplianceCategory>complianceCategory()The account compliance category. final Optional<String>entityId()The entity, if compliance_categoryiscustomer_balance.final JsonField<String>_name()The name you choose for the account. final JsonField<String>_accountId()The entity, if compliance_categoryiscommingled_cash.final JsonField<BookkeepingAccountCreateParams.ComplianceCategory>_complianceCategory()The account compliance category. final JsonField<String>_entityId()The entity, if compliance_categoryiscustomer_balance.final Map<String, JsonValue>_additionalProperties()final BookkeepingAccountCreateParams.Bodyvalidate()final BookkeepingAccountCreateParams.Body.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BookkeepingAccountCreateParams.Body.Builderbuilder()-
-
Method Detail
-
complianceCategory
final Optional<BookkeepingAccountCreateParams.ComplianceCategory> complianceCategory()
The account compliance category.
-
_accountId
final JsonField<String> _accountId()
The entity, if
compliance_categoryiscommingled_cash.
-
_complianceCategory
final JsonField<BookkeepingAccountCreateParams.ComplianceCategory> _complianceCategory()
The account compliance category.
-
_entityId
final JsonField<String> _entityId()
The entity, if
compliance_categoryiscustomer_balance.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BookkeepingAccountCreateParams.Body validate()
-
toBuilder
final BookkeepingAccountCreateParams.Body.Builder toBuilder()
-
builder
final static BookkeepingAccountCreateParams.Body.Builder builder()
-
-
-
-