Package com.bennyapi.models.payment
Class PaymentCreateIntentResponse
-
- All Implemented Interfaces:
public final class PaymentCreateIntentResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPaymentCreateIntentResponse.BuilderA builder for PaymentCreateIntentResponse.
-
Method Summary
Modifier and Type Method Description final StringpaymentIntentId()The payment intent ID. final JsonField<String>_paymentIntentId()Returns the raw JSON value of paymentIntentId. final Map<String, JsonValue>_additionalProperties()final PaymentCreateIntentResponse.BuildertoBuilder()final PaymentCreateIntentResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PaymentCreateIntentResponse.Builderbuilder()Returns a mutable builder for constructing an instance of PaymentCreateIntentResponse. -
-
Method Detail
-
paymentIntentId
final String paymentIntentId()
The payment intent ID. Payment intents expire after 1 hour.
-
_paymentIntentId
final JsonField<String> _paymentIntentId()
Returns the raw JSON value of paymentIntentId.
Unlike paymentIntentId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final PaymentCreateIntentResponse.Builder toBuilder()
-
validate
final PaymentCreateIntentResponse validate()
-
builder
final static PaymentCreateIntentResponse.Builder builder()
Returns a mutable builder for constructing an instance of PaymentCreateIntentResponse.
The following fields are required:
.paymentIntentId()
-
-
-
-