@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class TssV2TransactionsPost201ResponseEmbeddedClientReferenceInformation extends Object
| Constructor and Description |
|---|
TssV2TransactionsPost201ResponseEmbeddedClientReferenceInformation() |
| Modifier and Type | Method and Description |
|---|---|
TssV2TransactionsPost201ResponseEmbeddedClientReferenceInformation |
applicationName(String applicationName) |
TssV2TransactionsPost201ResponseEmbeddedClientReferenceInformation |
applicationUser(String applicationUser) |
TssV2TransactionsPost201ResponseEmbeddedClientReferenceInformation |
code(String code) |
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 |
getCode()
Merchant-generated order reference or tracking number.
|
int |
hashCode() |
void |
setApplicationName(String applicationName) |
void |
setApplicationUser(String applicationUser) |
void |
setCode(String code) |
String |
toString() |
public TssV2TransactionsPost201ResponseEmbeddedClientReferenceInformation()
public TssV2TransactionsPost201ResponseEmbeddedClientReferenceInformation code(String code)
public String getCode()
public void setCode(String code)
public TssV2TransactionsPost201ResponseEmbeddedClientReferenceInformation applicationName(String applicationName)
public String getApplicationName()
public void setApplicationName(String applicationName)
public TssV2TransactionsPost201ResponseEmbeddedClientReferenceInformation applicationUser(String applicationUser)
public String getApplicationUser()
public void setApplicationUser(String applicationUser)
Copyright © 2020. All rights reserved.