@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-01-19T16:20:04.317+05:30") public class Ptsv2paymentsClientReferenceInformation extends Object
| Constructor and Description |
|---|
Ptsv2paymentsClientReferenceInformation() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsClientReferenceInformation |
applicationName(String applicationName) |
Ptsv2paymentsClientReferenceInformation |
applicationUser(String applicationUser) |
Ptsv2paymentsClientReferenceInformation |
applicationVersion(String applicationVersion) |
Ptsv2paymentsClientReferenceInformation |
code(String code) |
Ptsv2paymentsClientReferenceInformation |
comments(String comments) |
boolean |
equals(Object o) |
String |
getApplicationName()
The name of the Connection Method client (such as Virtual Terminal or SOAP Toolkit API) that the merchant uses to send a transaction request to CyberSource.
|
String |
getApplicationUser()
The entity that is responsible for running the transaction and submitting the processing request to CyberSource.
|
String |
getApplicationVersion()
Version of the CyberSource application or integration used for a transaction.
|
String |
getCode()
Merchant-generated order reference or tracking number.
|
String |
getComments()
Comments
|
Ptsv2paymentsClientReferenceInformationPartner |
getPartner()
Get partner
|
String |
getPausedRequestId()
Used to resume a transaction that was paused for an order modification rule to allow for payer authentication to complete.
|
String |
getReconciliationId()
Reference number for the transaction.
|
String |
getTransactionId()
Identifier that you assign to the transaction.
|
int |
hashCode() |
Ptsv2paymentsClientReferenceInformation |
partner(Ptsv2paymentsClientReferenceInformationPartner partner) |
Ptsv2paymentsClientReferenceInformation |
pausedRequestId(String pausedRequestId) |
Ptsv2paymentsClientReferenceInformation |
reconciliationId(String reconciliationId) |
void |
setApplicationName(String applicationName) |
void |
setApplicationUser(String applicationUser) |
void |
setApplicationVersion(String applicationVersion) |
void |
setCode(String code) |
void |
setComments(String comments) |
void |
setPartner(Ptsv2paymentsClientReferenceInformationPartner partner) |
void |
setPausedRequestId(String pausedRequestId) |
void |
setReconciliationId(String reconciliationId) |
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 reconciliationId(String reconciliationId)
public String getReconciliationId()
public void setReconciliationId(String reconciliationId)
public Ptsv2paymentsClientReferenceInformation pausedRequestId(String pausedRequestId)
public String getPausedRequestId()
public void setPausedRequestId(String pausedRequestId)
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)
public Ptsv2paymentsClientReferenceInformation applicationName(String applicationName)
public String getApplicationName()
public void setApplicationName(String applicationName)
public Ptsv2paymentsClientReferenceInformation applicationVersion(String applicationVersion)
public String getApplicationVersion()
public void setApplicationVersion(String applicationVersion)
public Ptsv2paymentsClientReferenceInformation applicationUser(String applicationUser)
public String getApplicationUser()
public void setApplicationUser(String applicationUser)
Copyright © 2022. All rights reserved.