-
- All Implemented Interfaces:
-
android.os.Parcelable
public class BinInfo.BinDetail implements Parcelable
Represents detailed information about a specific BIN.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringbinprivate final Array<String>brandsprivate final Stringcountryprivate final Stringbankprivate final Stringtypeprivate final Stringcategoryprivate final Stringurlprivate final Stringphoneprivate final StringpanLengthprivate final StringbinTypeprivate final StringregulatedFlagpublic final static Parcelable.Creator<BinInfo.BinDetail>CREATOR
-
Method Summary
Modifier and Type Method Description StringgetBin()Array<String>getBrands()StringgetCountry()StringgetBank()StringgetType()StringgetCategory()StringgetUrl()StringgetPhone()StringgetPanLength()StringgetBinType()StringgetRegulatedFlag()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)booleanequals(Object o)inthashCode()-
-
Method Detail
-
getCountry
@Nullable() String getCountry()
-
getCategory
@Nullable() String getCategory()
-
getPanLength
@Nullable() String getPanLength()
-
getBinType
@Nullable() String getBinType()
-
getRegulatedFlag
@Nullable() String getRegulatedFlag()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
hashCode
int hashCode()
-
-
-
-