Package com.bennyapi.models.payment
Class PaymentUpdateIntentResponse
-
- All Implemented Interfaces:
public final class PaymentUpdateIntentResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPaymentUpdateIntentResponse.BuilderA builder for PaymentUpdateIntentResponse.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final PaymentUpdateIntentResponse.BuildertoBuilder()final PaymentUpdateIntentResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PaymentUpdateIntentResponse.Builderbuilder()Returns a mutable builder for constructing an instance of PaymentUpdateIntentResponse. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final PaymentUpdateIntentResponse.Builder toBuilder()
-
validate
final PaymentUpdateIntentResponse validate()
-
builder
final static PaymentUpdateIntentResponse.Builder builder()
Returns a mutable builder for constructing an instance of PaymentUpdateIntentResponse.
-
-
-
-