@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class TssV2TransactionsPost201ResponseEmbeddedProcessingInformation extends Object
| Constructor and Description |
|---|
TssV2TransactionsPost201ResponseEmbeddedProcessingInformation() |
| Modifier and Type | Method and Description |
|---|---|
TssV2TransactionsPost201ResponseEmbeddedProcessingInformation |
businessApplicationId(String businessApplicationId) |
TssV2TransactionsPost201ResponseEmbeddedProcessingInformation |
commerceIndicator(String commerceIndicator) |
boolean |
equals(Object o) |
String |
getBusinessApplicationId()
Payouts transaction type.
|
String |
getCommerceIndicator()
Type of transaction.
|
String |
getPaymentSolution()
Type of digital payment solution for the transaction.
|
int |
hashCode() |
TssV2TransactionsPost201ResponseEmbeddedProcessingInformation |
paymentSolution(String paymentSolution) |
void |
setBusinessApplicationId(String businessApplicationId) |
void |
setCommerceIndicator(String commerceIndicator) |
void |
setPaymentSolution(String paymentSolution) |
String |
toString() |
public TssV2TransactionsPost201ResponseEmbeddedProcessingInformation()
public TssV2TransactionsPost201ResponseEmbeddedProcessingInformation paymentSolution(String paymentSolution)
public String getPaymentSolution()
public void setPaymentSolution(String paymentSolution)
public TssV2TransactionsPost201ResponseEmbeddedProcessingInformation businessApplicationId(String businessApplicationId)
public String getBusinessApplicationId()
public void setBusinessApplicationId(String businessApplicationId)
public TssV2TransactionsPost201ResponseEmbeddedProcessingInformation commerceIndicator(String commerceIndicator)
public String getCommerceIndicator()
public void setCommerceIndicator(String commerceIndicator)
Copyright © 2020. All rights reserved.