Class FinancialAccountCreateParams.CreateFinancialAccountRequest.Builder
-
- All Implemented Interfaces:
public final class FinancialAccountCreateParams.CreateFinancialAccountRequest.BuilderA builder for CreateFinancialAccountRequest.
-
-
Method Summary
-
-
Method Detail
-
nickname
final FinancialAccountCreateParams.CreateFinancialAccountRequest.Builder nickname(String nickname)
-
nickname
final FinancialAccountCreateParams.CreateFinancialAccountRequest.Builder nickname(JsonField<String> nickname)
Sets Builder.nickname to an arbitrary JSON value.
You should usually call Builder.nickname with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final FinancialAccountCreateParams.CreateFinancialAccountRequest.Builder type(FinancialAccountCreateParams.Type type)
-
type
final FinancialAccountCreateParams.CreateFinancialAccountRequest.Builder type(JsonField<FinancialAccountCreateParams.Type> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
accountToken
final FinancialAccountCreateParams.CreateFinancialAccountRequest.Builder accountToken(String accountToken)
-
accountToken
final FinancialAccountCreateParams.CreateFinancialAccountRequest.Builder accountToken(JsonField<String> accountToken)
Sets Builder.accountToken to an arbitrary JSON value.
You should usually call Builder.accountToken with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
isForBenefitOf
final FinancialAccountCreateParams.CreateFinancialAccountRequest.Builder isForBenefitOf(Boolean isForBenefitOf)
-
isForBenefitOf
final FinancialAccountCreateParams.CreateFinancialAccountRequest.Builder isForBenefitOf(JsonField<Boolean> isForBenefitOf)
Sets Builder.isForBenefitOf to an arbitrary JSON value.
You should usually call Builder.isForBenefitOf with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final FinancialAccountCreateParams.CreateFinancialAccountRequest.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final FinancialAccountCreateParams.CreateFinancialAccountRequest.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final FinancialAccountCreateParams.CreateFinancialAccountRequest.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final FinancialAccountCreateParams.CreateFinancialAccountRequest.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final FinancialAccountCreateParams.CreateFinancialAccountRequest.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final FinancialAccountCreateParams.CreateFinancialAccountRequest build()
Returns an immutable instance of CreateFinancialAccountRequest.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.nickname() .type()
-
-
-
-