Package com.increase.api.models
Class CardPayment.Element.CardAuthentication.Challenge.Attempt.Builder
-
- All Implemented Interfaces:
public final class CardPayment.Element.CardAuthentication.Challenge.Attempt.BuilderA builder for Attempt.
-
-
Method Summary
-
-
Method Detail
-
createdAt
final CardPayment.Element.CardAuthentication.Challenge.Attempt.Builder createdAt(OffsetDateTime createdAt)
The ISO 8601 time of the Card Authentication Challenge Attempt.
-
createdAt
final CardPayment.Element.CardAuthentication.Challenge.Attempt.Builder createdAt(JsonField<OffsetDateTime> createdAt)
The ISO 8601 time of the Card Authentication Challenge Attempt.
-
outcome
final CardPayment.Element.CardAuthentication.Challenge.Attempt.Builder outcome(CardPayment.Element.CardAuthentication.Challenge.Attempt.Outcome outcome)
The outcome of the Card Authentication Challenge Attempt.
-
outcome
final CardPayment.Element.CardAuthentication.Challenge.Attempt.Builder outcome(JsonField<CardPayment.Element.CardAuthentication.Challenge.Attempt.Outcome> outcome)
The outcome of the Card Authentication Challenge Attempt.
-
additionalProperties
final CardPayment.Element.CardAuthentication.Challenge.Attempt.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final CardPayment.Element.CardAuthentication.Challenge.Attempt.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final CardPayment.Element.CardAuthentication.Challenge.Attempt.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final CardPayment.Element.CardAuthentication.Challenge.Attempt.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final CardPayment.Element.CardAuthentication.Challenge.Attempt.Builder removeAllAdditionalProperties(Set<String> keys)
-
-
-
-