Package com.increase.api.models
Class SimulationDigitalWalletTokenRequestCreateParams.Body
-
- All Implemented Interfaces:
public final class SimulationDigitalWalletTokenRequestCreateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSimulationDigitalWalletTokenRequestCreateParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final StringcardId()The identifier of the Card to be authorized. final JsonField<String>_cardId()The identifier of the Card to be authorized. final Map<String, JsonValue>_additionalProperties()final SimulationDigitalWalletTokenRequestCreateParams.Bodyvalidate()final SimulationDigitalWalletTokenRequestCreateParams.Body.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SimulationDigitalWalletTokenRequestCreateParams.Body.Builderbuilder()-
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final SimulationDigitalWalletTokenRequestCreateParams.Body validate()
-
toBuilder
final SimulationDigitalWalletTokenRequestCreateParams.Body.Builder toBuilder()
-
builder
final static SimulationDigitalWalletTokenRequestCreateParams.Body.Builder builder()
-
-
-
-