@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class V2paymentsClientReferenceInformation extends Object
| Constructor and Description |
|---|
V2paymentsClientReferenceInformation() |
| Modifier and Type | Method and Description |
|---|---|
V2paymentsClientReferenceInformation |
code(String code) |
V2paymentsClientReferenceInformation |
comments(String comments) |
boolean |
equals(Object o) |
String |
getCode()
Client-generated order reference or tracking number.
|
String |
getComments()
Comments
|
String |
getTransactionId()
Identifier that you assign to the transaction.
|
int |
hashCode() |
void |
setCode(String code) |
void |
setComments(String comments) |
void |
setTransactionId(String transactionId) |
String |
toString() |
V2paymentsClientReferenceInformation |
transactionId(String transactionId) |
public V2paymentsClientReferenceInformation()
public V2paymentsClientReferenceInformation code(String code)
public String getCode()
public void setCode(String code)
public V2paymentsClientReferenceInformation transactionId(String transactionId)
public String getTransactionId()
public void setTransactionId(String transactionId)
public V2paymentsClientReferenceInformation comments(String comments)
public String getComments()
public void setComments(String comments)
Copyright © 2018. All rights reserved.