@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-11-08T03:47:28.632+05:30") public class TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCard extends Object
| Constructor and Description |
|---|
TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCard() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPrefix()
The description for this field is not available.
|
String |
getSuffix()
Last four digits of the cardholder’s account number.
|
String |
getType()
Type of card to authorize.
|
int |
hashCode() |
TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCard |
prefix(String prefix) |
void |
setPrefix(String prefix) |
void |
setSuffix(String suffix) |
void |
setType(String type) |
TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCard |
suffix(String suffix) |
String |
toString() |
TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCard |
type(String type) |
public TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCard()
public TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCard suffix(String suffix)
public String getSuffix()
public void setSuffix(String suffix)
public TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCard prefix(String prefix)
public String getPrefix()
public void setPrefix(String prefix)
public TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCard type(String type)
public String getType()
public void setType(String type)
Copyright © 2018. All rights reserved.