public class VenmoAccountBuilder extends PaymentMethodBuilder<VenmoAccountBuilder>
OPERATION_NAME_KEY, OPTIONS_KEY| Constructor and Description |
|---|
VenmoAccountBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
build(org.json.JSONObject base,
org.json.JSONObject paymentMethodNonceJson) |
protected void |
buildGraphQL(android.content.Context context,
org.json.JSONObject base,
org.json.JSONObject input) |
java.lang.String |
getApiPath() |
java.lang.String |
getResponsePaymentMethodType() |
VenmoAccountBuilder |
nonce(java.lang.String nonce) |
build, buildGraphQL, getDefaultIntegration, getDefaultSource, integration, setSessionId, source, validate, writeToParcelpublic VenmoAccountBuilder nonce(java.lang.String nonce)
protected void build(org.json.JSONObject base,
org.json.JSONObject paymentMethodNonceJson)
throws org.json.JSONException
build in class PaymentMethodBuilder<VenmoAccountBuilder>org.json.JSONExceptionprotected void buildGraphQL(android.content.Context context,
org.json.JSONObject base,
org.json.JSONObject input)
buildGraphQL in class PaymentMethodBuilder<VenmoAccountBuilder>public java.lang.String getApiPath()
getApiPath in class PaymentMethodBuilder<VenmoAccountBuilder>public java.lang.String getResponsePaymentMethodType()
getResponsePaymentMethodType in class PaymentMethodBuilder<VenmoAccountBuilder>