Package com.bennyapi.models.payment
Class PaymentCreateMethodResponse
-
- All Implemented Interfaces:
public final class PaymentCreateMethodResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPaymentCreateMethodResponse.BuilderA builder for PaymentCreateMethodResponse.
-
Method Summary
Modifier and Type Method Description final StringpaymentMethodId()The payment method ID that represents the tokenized EBT card. final JsonField<String>_paymentMethodId()Returns the raw JSON value of paymentMethodId. final Map<String, JsonValue>_additionalProperties()final PaymentCreateMethodResponse.BuildertoBuilder()final PaymentCreateMethodResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PaymentCreateMethodResponse.Builderbuilder()Returns a mutable builder for constructing an instance of PaymentCreateMethodResponse. -
-
Method Detail
-
paymentMethodId
final String paymentMethodId()
The payment method ID that represents the tokenized EBT card.
-
_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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final PaymentCreateMethodResponse.Builder toBuilder()
-
validate
final PaymentCreateMethodResponse validate()
-
builder
final static PaymentCreateMethodResponse.Builder builder()
Returns a mutable builder for constructing an instance of PaymentCreateMethodResponse.
The following fields are required:
.paymentMethodId()
-
-
-
-