@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-02-27T12:49:40.999Z") 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
|
Ptsv2paymentsClientReferenceInformationPartner |
getPartner()
Get partner
|
String |
getTransactionId()
Identifier that you assign to the transaction.
|
int |
hashCode() |
Ptsv2paymentsClientReferenceInformation |
partner(Ptsv2paymentsClientReferenceInformationPartner partner) |
void |
setCode(String code) |
void |
setComments(String comments) |
void |
setPartner(Ptsv2paymentsClientReferenceInformationPartner partner) |
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)
public Ptsv2paymentsClientReferenceInformation partner(Ptsv2paymentsClientReferenceInformationPartner partner)
public Ptsv2paymentsClientReferenceInformationPartner getPartner()
public void setPartner(Ptsv2paymentsClientReferenceInformationPartner partner)
Copyright © 2019. All rights reserved.