Class UsKycCheckData.AlpacaCustomerAgreement.Builder
-
- All Implemented Interfaces:
public final class UsKycCheckData.AlpacaCustomerAgreement.BuilderA builder for AlpacaCustomerAgreement.
-
-
Method Summary
-
-
Method Detail
-
ipAddress
final UsKycCheckData.AlpacaCustomerAgreement.Builder ipAddress(String ipAddress)
The IP address from where the individual signed the agreement.
-
ipAddress
final UsKycCheckData.AlpacaCustomerAgreement.Builder ipAddress(JsonField<String> ipAddress)
Sets Builder.ipAddress to an arbitrary JSON value.
You should usually call Builder.ipAddress with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
signedAt
final UsKycCheckData.AlpacaCustomerAgreement.Builder signedAt(OffsetDateTime signedAt)
The timestamp the agreement was signed.
-
signedAt
final UsKycCheckData.AlpacaCustomerAgreement.Builder signedAt(JsonField<OffsetDateTime> signedAt)
Sets Builder.signedAt to an arbitrary JSON value.
You should usually call Builder.signedAt with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final UsKycCheckData.AlpacaCustomerAgreement.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final UsKycCheckData.AlpacaCustomerAgreement.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final UsKycCheckData.AlpacaCustomerAgreement.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final UsKycCheckData.AlpacaCustomerAgreement.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final UsKycCheckData.AlpacaCustomerAgreement.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final UsKycCheckData.AlpacaCustomerAgreement build()
Returns an immutable instance of AlpacaCustomerAgreement.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.ipAddress() .signedAt()
-
-
-
-