Class UsKycCheckData.AlpacaCustomerAgreement
-
- All Implemented Interfaces:
public final class UsKycCheckData.AlpacaCustomerAgreementInformation to affirm that the individual has read, agreed to, and signed Alpaca's customer agreement, found here: https://files.alpaca.markets/disclosures/library/AcctAppMarginAndCustAgmt.pdf
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUsKycCheckData.AlpacaCustomerAgreement.BuilderA builder for AlpacaCustomerAgreement.
-
Method Summary
Modifier and Type Method Description final StringipAddress()The IP address from where the individual signed the agreement. final OffsetDateTimesignedAt()The timestamp the agreement was signed. final JsonField<String>_ipAddress()Returns the raw JSON value of ipAddress. final JsonField<OffsetDateTime>_signedAt()Returns the raw JSON value of signedAt. final Map<String, JsonValue>_additionalProperties()final UsKycCheckData.AlpacaCustomerAgreement.BuildertoBuilder()final UsKycCheckData.AlpacaCustomerAgreementvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static UsKycCheckData.AlpacaCustomerAgreement.Builderbuilder()Returns a mutable builder for constructing an instance of AlpacaCustomerAgreement. -
-
Method Detail
-
signedAt
final OffsetDateTime signedAt()
The timestamp the agreement was signed.
-
_ipAddress
final JsonField<String> _ipAddress()
Returns the raw JSON value of ipAddress.
Unlike ipAddress, this method doesn't throw if the JSON field has an unexpected type.
-
_signedAt
final JsonField<OffsetDateTime> _signedAt()
Returns the raw JSON value of signedAt.
Unlike signedAt, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final UsKycCheckData.AlpacaCustomerAgreement.Builder toBuilder()
-
validate
final UsKycCheckData.AlpacaCustomerAgreement validate()
-
builder
final static UsKycCheckData.AlpacaCustomerAgreement.Builder builder()
Returns a mutable builder for constructing an instance of AlpacaCustomerAgreement.
The following fields are required:
.ipAddress() .signedAt()
-
-
-
-