Package com.bennyapi.models.payment
Class PaymentRefundResponse
-
- All Implemented Interfaces:
public final class PaymentRefundResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPaymentRefundResponse.BuilderA builder for PaymentRefundResponse.
-
Method Summary
Modifier and Type Method Description final StringrefundIntentId()The refund intent ID. final JsonField<String>_refundIntentId()Returns the raw JSON value of refundIntentId. final Map<String, JsonValue>_additionalProperties()final PaymentRefundResponse.BuildertoBuilder()final PaymentRefundResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PaymentRefundResponse.Builderbuilder()Returns a mutable builder for constructing an instance of PaymentRefundResponse. -
-
Method Detail
-
refundIntentId
final String refundIntentId()
The refund intent ID.
-
_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 PaymentRefundResponse.Builder toBuilder()
-
validate
final PaymentRefundResponse validate()
-
builder
final static PaymentRefundResponse.Builder builder()
Returns a mutable builder for constructing an instance of PaymentRefundResponse.
The following fields are required:
.refundIntentId()
-
-
-
-