@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Riskv1liststypeentriesPaymentInformationCard extends Object
| Constructor and Description |
|---|
Riskv1liststypeentriesPaymentInformationCard() |
| Modifier and Type | Method and Description |
|---|---|
Riskv1liststypeentriesPaymentInformationCard |
bin(String bin) |
boolean |
equals(Object o) |
String |
getBin()
description: The BIN is the first six digits of the card's Primary Account Number (PAN).
|
String |
getNumber()
The customer’s payment card number, also known as the Primary Account Number (PAN).
|
String |
getType()
Three-digit value that indicates the card type.
|
int |
hashCode() |
Riskv1liststypeentriesPaymentInformationCard |
number(String number) |
void |
setBin(String bin) |
void |
setNumber(String number) |
void |
setType(String type) |
String |
toString() |
Riskv1liststypeentriesPaymentInformationCard |
type(String type) |
public Riskv1liststypeentriesPaymentInformationCard()
public Riskv1liststypeentriesPaymentInformationCard number(String number)
public String getNumber()
public void setNumber(String number)
public Riskv1liststypeentriesPaymentInformationCard type(String type)
public String getType()
public void setType(String type)
public Riskv1liststypeentriesPaymentInformationCard bin(String bin)
public String getBin()
public void setBin(String bin)
Copyright © 2020. All rights reserved.