public class LocalPaymentCompleted extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
payerId |
private String |
paymentId |
private String |
paymentMethodNonce |
private Transaction |
transaction |
| Constructor and Description |
|---|
LocalPaymentCompleted(NodeWrapper node) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPayerId() |
String |
getPaymentId() |
String |
getPaymentMethodNonce() |
Transaction |
getTransaction() |
private String paymentId
private String payerId
private String paymentMethodNonce
private Transaction transaction
public LocalPaymentCompleted(NodeWrapper node)
public String getPaymentId()
public String getPayerId()
public String getPaymentMethodNonce()
public Transaction getTransaction()
Copyright © 2013-2019. All Rights Reserved.