@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-11-08T03:47:28.632+05:30") public class Ptsv2paymentsClientReferenceInformation extends Object
| Constructor and Description |
|---|
Ptsv2paymentsClientReferenceInformation() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsClientReferenceInformation |
code(String code) |
Ptsv2paymentsClientReferenceInformation |
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() |
Ptsv2paymentsClientReferenceInformation |
transactionId(String transactionId) |
public Ptsv2paymentsClientReferenceInformation()
public Ptsv2paymentsClientReferenceInformation code(String code)
public String getCode()
public void setCode(String code)
public Ptsv2paymentsClientReferenceInformation transactionId(String transactionId)
public String getTransactionId()
public void setTransactionId(String transactionId)
public Ptsv2paymentsClientReferenceInformation comments(String comments)
public String getComments()
public void setComments(String comments)
Copyright © 2018. All rights reserved.