@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class PaymentDetails extends Object
| Constructor and Description |
|---|
PaymentDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCurrencyCode() |
String |
getGatewayAccountId() |
List<PaymentLineItem> |
getLineItems() |
String |
getStatus()
Indicates the envelope status.
|
Money |
getTotal() |
int |
hashCode() |
void |
setCurrencyCode(String currencyCode) |
void |
setGatewayAccountId(String gatewayAccountId) |
void |
setLineItems(List<PaymentLineItem> lineItems) |
void |
setStatus(String status) |
void |
setTotal(Money total) |
String |
toString() |
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
public String getGatewayAccountId()
public void setGatewayAccountId(String gatewayAccountId)
public List<PaymentLineItem> getLineItems()
public void setLineItems(List<PaymentLineItem> lineItems)
public String getStatus()
public void setStatus(String status)
public Money getTotal()
public void setTotal(Money total)
Copyright © 2017. All rights reserved.