Package com.bennyapi.models.orders
Class OrderCreateSessionResponse
-
- All Implemented Interfaces:
public final class OrderCreateSessionResponseResponse containing the created order details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOrderCreateSessionResponse.BuilderA builder for OrderCreateSessionResponse.
-
Method Summary
Modifier and Type Method Description final StringsessionUrl()The unique checkout session URL for the customer to complete their EBT order. final JsonField<String>_sessionUrl()Returns the raw JSON value of sessionUrl. final Map<String, JsonValue>_additionalProperties()final OrderCreateSessionResponse.BuildertoBuilder()final OrderCreateSessionResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static OrderCreateSessionResponse.Builderbuilder()Returns a mutable builder for constructing an instance of OrderCreateSessionResponse. -
-
Method Detail
-
sessionUrl
final String sessionUrl()
The unique checkout session URL for the customer to complete their EBT order.
-
_sessionUrl
final JsonField<String> _sessionUrl()
Returns the raw JSON value of sessionUrl.
Unlike sessionUrl, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final OrderCreateSessionResponse.Builder toBuilder()
-
validate
final OrderCreateSessionResponse validate()
-
builder
final static OrderCreateSessionResponse.Builder builder()
Returns a mutable builder for constructing an instance of OrderCreateSessionResponse.
The following fields are required:
.sessionUrl()
-
-
-
-