Package com.bennyapi.models.payment
Class PaymentReverseParams.Body
-
- All Implemented Interfaces:
public final class PaymentReverseParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPaymentReverseParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Optional<String>paymentIntentId()The payment intent ID. final Optional<String>refundIntentId()The refund intent ID. final JsonField<String>_paymentIntentId()Returns the raw JSON value of paymentIntentId. final JsonField<String>_refundIntentId()Returns the raw JSON value of refundIntentId. final Map<String, JsonValue>_additionalProperties()final PaymentReverseParams.Body.BuildertoBuilder()final PaymentReverseParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PaymentReverseParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
paymentIntentId
final Optional<String> paymentIntentId()
The payment intent ID.
-
refundIntentId
final Optional<String> refundIntentId()
The refund intent ID.
-
_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.
-
_refundIntentId
final JsonField<String> _refundIntentId()
Returns the raw JSON value of refundIntentId.
Unlike refundIntentId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final PaymentReverseParams.Body.Builder toBuilder()
-
validate
final PaymentReverseParams.Body validate()
-
builder
final static PaymentReverseParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
-
-
-
-