@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class RiskV1DecisionsPost201ResponsePaymentInformation extends Object
| Constructor and Description |
|---|
RiskV1DecisionsPost201ResponsePaymentInformation() |
| Modifier and Type | Method and Description |
|---|---|
RiskV1DecisionsPost201ResponsePaymentInformation |
accountType(String accountType) |
RiskV1DecisionsPost201ResponsePaymentInformation |
bin(String bin) |
RiskV1DecisionsPost201ResponsePaymentInformation |
binCountry(String binCountry) |
boolean |
equals(Object o) |
String |
getAccountType()
Type of payment card account.
|
String |
getBin()
Credit card BIN (the first six digits of the credit card).Derived either from the `cc_bin` request field or from the first six characters of the `customer_cc_num` field.
|
String |
getBinCountry()
Country (two-digit country code) associated with the BIN of the customer’s card used for the payment.
|
String |
getIssuer()
Name of the bank or entity that issued the card account.
|
String |
getScheme()
Subtype of card account.
|
int |
hashCode() |
RiskV1DecisionsPost201ResponsePaymentInformation |
issuer(String issuer) |
RiskV1DecisionsPost201ResponsePaymentInformation |
scheme(String scheme) |
void |
setAccountType(String accountType) |
void |
setBin(String bin) |
void |
setBinCountry(String binCountry) |
void |
setIssuer(String issuer) |
void |
setScheme(String scheme) |
String |
toString() |
public RiskV1DecisionsPost201ResponsePaymentInformation()
public RiskV1DecisionsPost201ResponsePaymentInformation binCountry(String binCountry)
public String getBinCountry()
public void setBinCountry(String binCountry)
public RiskV1DecisionsPost201ResponsePaymentInformation accountType(String accountType)
public String getAccountType()
public void setAccountType(String accountType)
public RiskV1DecisionsPost201ResponsePaymentInformation issuer(String issuer)
public String getIssuer()
public void setIssuer(String issuer)
public RiskV1DecisionsPost201ResponsePaymentInformation scheme(String scheme)
public String getScheme()
public void setScheme(String scheme)
public RiskV1DecisionsPost201ResponsePaymentInformation bin(String bin)
public String getBin()
public void setBin(String bin)
Copyright © 2020. All rights reserved.