@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class PtsV2PaymentsPost201ResponseProcessorInformationRouting extends Object
| Constructor and Description |
|---|
PtsV2PaymentsPost201ResponseProcessorInformationRouting() |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsPost201ResponseProcessorInformationRouting |
customerSignatureRequired(String customerSignatureRequired) |
boolean |
equals(Object o) |
String |
getCustomerSignatureRequired()
Indicates whether you need to obtain the cardholder's signature.
|
String |
getNetwork()
Indicates whether the transaction was routed on a credit network, a debit network, or the STAR signature debit network.
|
String |
getNetworkName()
Name of the network on which the transaction was routed.
|
int |
hashCode() |
PtsV2PaymentsPost201ResponseProcessorInformationRouting |
network(String network) |
PtsV2PaymentsPost201ResponseProcessorInformationRouting |
networkName(String networkName) |
void |
setCustomerSignatureRequired(String customerSignatureRequired) |
void |
setNetwork(String network) |
void |
setNetworkName(String networkName) |
String |
toString() |
public PtsV2PaymentsPost201ResponseProcessorInformationRouting()
public PtsV2PaymentsPost201ResponseProcessorInformationRouting network(String network)
public String getNetwork()
public void setNetwork(String network)
public PtsV2PaymentsPost201ResponseProcessorInformationRouting networkName(String networkName)
public String getNetworkName()
public void setNetworkName(String networkName)
public PtsV2PaymentsPost201ResponseProcessorInformationRouting customerSignatureRequired(String customerSignatureRequired)
public String getCustomerSignatureRequired()
public void setCustomerSignatureRequired(String customerSignatureRequired)
Copyright © 2020. All rights reserved.