Class PaymentRefundParams.Body
-
- All Implemented Interfaces:
public final class PaymentRefundParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPaymentRefundParams.Body.BuilderA builder for Body.
-
Method Summary
-
-
Method Detail
-
paymentMethodId
final String paymentMethodId()
-
paymentType
final PaymentRefundParams.PaymentType paymentType()
-
paymentIntentId
final Optional<String> paymentIntentId()
-
_amount
final JsonField<Long> _amount()
Returns the raw JSON value of amount.
Unlike amount, this method doesn't throw if the JSON field has an unexpected type.
-
_paymentMethodId
final JsonField<String> _paymentMethodId()
Returns the raw JSON value of paymentMethodId.
Unlike paymentMethodId, this method doesn't throw if the JSON field has an unexpected type.
-
_paymentType
final JsonField<PaymentRefundParams.PaymentType> _paymentType()
Returns the raw JSON value of paymentType.
Unlike paymentType, this method doesn't throw if the JSON field has an unexpected type.
-
_orderId
final JsonField<String> _orderId()
Returns the raw JSON value of orderId.
Unlike orderId, this method doesn't throw if the JSON field has an unexpected type.
-
_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 PaymentRefundParams.Body.Builder toBuilder()
-
validate
final PaymentRefundParams.Body validate()
-
builder
final static PaymentRefundParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.amount() .paymentMethodId() .paymentType()
-
-
-
-