Package com.bennyapi.models.payment
Class PaymentUpdateIntentParams.Body
-
- All Implemented Interfaces:
public final class PaymentUpdateIntentParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPaymentUpdateIntentParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final AddressfulfillmentAddress()The fulfillment address. final FulfillmentTypefulfillmentType()The fulfillment type. final StringpaymentIntentId()The payment intent ID requiring update. final JsonField<Address>_fulfillmentAddress()Returns the raw JSON value of fulfillmentAddress. final JsonField<FulfillmentType>_fulfillmentType()Returns the raw JSON value of fulfillmentType. final JsonField<String>_paymentIntentId()Returns the raw JSON value of paymentIntentId. final Map<String, JsonValue>_additionalProperties()final PaymentUpdateIntentParams.Body.BuildertoBuilder()final PaymentUpdateIntentParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PaymentUpdateIntentParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
fulfillmentAddress
final Address fulfillmentAddress()
The fulfillment address.
-
fulfillmentType
final FulfillmentType fulfillmentType()
The fulfillment type.
-
paymentIntentId
final String paymentIntentId()
The payment intent ID requiring update.
-
_fulfillmentAddress
final JsonField<Address> _fulfillmentAddress()
Returns the raw JSON value of fulfillmentAddress.
Unlike fulfillmentAddress, this method doesn't throw if the JSON field has an unexpected type.
-
_fulfillmentType
final JsonField<FulfillmentType> _fulfillmentType()
Returns the raw JSON value of fulfillmentType.
Unlike fulfillmentType, 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 PaymentUpdateIntentParams.Body.Builder toBuilder()
-
validate
final PaymentUpdateIntentParams.Body validate()
-
builder
final static PaymentUpdateIntentParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.fulfillmentAddress() .fulfillmentType() .paymentIntentId()
-
-
-
-