Package com.bennyapi.models.payment
Class PaymentCreateMethodParams.Body
-
- All Implemented Interfaces:
public final class PaymentCreateMethodParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPaymentCreateMethodParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final StringexternalUserId()The representation of your customer ID. final StringtokenId()The token ID returned from the mobile or web SDK representing the EBT card. final JsonField<String>_externalUserId()Returns the raw JSON value of externalUserId. final JsonField<String>_tokenId()Returns the raw JSON value of tokenId. final Map<String, JsonValue>_additionalProperties()final PaymentCreateMethodParams.Body.BuildertoBuilder()final PaymentCreateMethodParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PaymentCreateMethodParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
externalUserId
final String externalUserId()
The representation of your customer ID.
-
tokenId
final String tokenId()
The token ID returned from the mobile or web SDK representing the EBT card.
-
_externalUserId
final JsonField<String> _externalUserId()
Returns the raw JSON value of externalUserId.
Unlike externalUserId, this method doesn't throw if the JSON field has an unexpected type.
-
_tokenId
final JsonField<String> _tokenId()
Returns the raw JSON value of tokenId.
Unlike tokenId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final PaymentCreateMethodParams.Body.Builder toBuilder()
-
validate
final PaymentCreateMethodParams.Body validate()
-
builder
final static PaymentCreateMethodParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.externalUserId() .tokenId()
-
-
-
-