@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class PtsV2PaymentsPost201ResponseRiskInformationProfile extends Object
| Constructor and Description |
|---|
PtsV2PaymentsPost201ResponseRiskInformationProfile() |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsPost201ResponseRiskInformationProfile |
desinationQueue(String desinationQueue) |
boolean |
equals(Object o) |
String |
getDesinationQueue()
Name of the queue where orders that are not automatically accepted are sent.
|
String |
getName()
Name of the active profile chosen by the profile selector.
|
String |
getSelectorRule()
Name of the profile selector rule that chooses the profile to use for the transaction.
|
int |
hashCode() |
PtsV2PaymentsPost201ResponseRiskInformationProfile |
name(String name) |
PtsV2PaymentsPost201ResponseRiskInformationProfile |
selectorRule(String selectorRule) |
void |
setDesinationQueue(String desinationQueue) |
void |
setName(String name) |
void |
setSelectorRule(String selectorRule) |
String |
toString() |
public PtsV2PaymentsPost201ResponseRiskInformationProfile()
public PtsV2PaymentsPost201ResponseRiskInformationProfile name(String name)
public String getName()
public void setName(String name)
public PtsV2PaymentsPost201ResponseRiskInformationProfile desinationQueue(String desinationQueue)
public String getDesinationQueue()
public void setDesinationQueue(String desinationQueue)
public PtsV2PaymentsPost201ResponseRiskInformationProfile selectorRule(String selectorRule)
public String getSelectorRule()
public void setSelectorRule(String selectorRule)
Copyright © 2020. All rights reserved.