public class PaymentMethodNonceGateway extends Object
| Modifier and Type | Field and Description |
|---|---|
private Configuration |
configuration |
private Http |
http |
| Constructor and Description |
|---|
PaymentMethodNonceGateway(Http http,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
Result<PaymentMethodNonce> |
create(String paymentMethodToken) |
PaymentMethodNonce |
find(String paymentMethodNonce) |
Result<PaymentMethodNonce> |
parseResponse(NodeWrapper response) |
private Http http
private Configuration configuration
public PaymentMethodNonceGateway(Http http, Configuration configuration)
public Result<PaymentMethodNonce> create(String paymentMethodToken)
public PaymentMethodNonce find(String paymentMethodNonce)
public Result<PaymentMethodNonce> parseResponse(NodeWrapper response)
Copyright © 2013-2018. All Rights Reserved.