Package com.increase.api.models
Class CardPayment.Element.CardAuthentication.Challenge.Attempt
-
- All Implemented Interfaces:
public final class CardPayment.Element.CardAuthentication.Challenge.Attempt
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCardPayment.Element.CardAuthentication.Challenge.Attempt.BuilderA builder for Attempt.
public final classCardPayment.Element.CardAuthentication.Challenge.Attempt.OutcomeThe outcome of the Card Authentication Challenge Attempt.
-
Method Summary
Modifier and Type Method Description final OffsetDateTimecreatedAt()The ISO 8601 time of the Card Authentication Challenge Attempt. final CardPayment.Element.CardAuthentication.Challenge.Attempt.Outcomeoutcome()The outcome of the Card Authentication Challenge Attempt. final JsonField<OffsetDateTime>_createdAt()The ISO 8601 time of the Card Authentication Challenge Attempt. final JsonField<CardPayment.Element.CardAuthentication.Challenge.Attempt.Outcome>_outcome()The outcome of the Card Authentication Challenge Attempt. final Map<String, JsonValue>_additionalProperties()final CardPayment.Element.CardAuthentication.Challenge.Attemptvalidate()final CardPayment.Element.CardAuthentication.Challenge.Attempt.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CardPayment.Element.CardAuthentication.Challenge.Attempt.Builderbuilder()-
-
Method Detail
-
createdAt
final OffsetDateTime createdAt()
The ISO 8601 time of the Card Authentication Challenge Attempt.
-
outcome
final CardPayment.Element.CardAuthentication.Challenge.Attempt.Outcome outcome()
The outcome of the Card Authentication Challenge Attempt.
-
_createdAt
final JsonField<OffsetDateTime> _createdAt()
The ISO 8601 time of the Card Authentication Challenge Attempt.
-
_outcome
final JsonField<CardPayment.Element.CardAuthentication.Challenge.Attempt.Outcome> _outcome()
The outcome of the Card Authentication Challenge Attempt.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final CardPayment.Element.CardAuthentication.Challenge.Attempt validate()
-
toBuilder
final CardPayment.Element.CardAuthentication.Challenge.Attempt.Builder toBuilder()
-
builder
final static CardPayment.Element.CardAuthentication.Challenge.Attempt.Builder builder()
-
-
-
-