-
- All Implemented Interfaces:
-
android.os.Parcelable
public class BinInfo implements Parcelable
Represents the information about bin, such as related brands, bin type (PERSONAL or COMMERCIAL) and type (CREDIT or DEBIT).
-
-
Method Summary
Modifier and Type Method Description Array<String>getBrands()Returns the related brands for bin. StringgetBinType()Returns the bin type PERSONAL or COMMERCIAL, if available. StringgetType()Returns the type CREDIT or DEBIT, if available. intdescribeContents()voidwriteToParcel(Parcel dest, int flags)booleanequals(Object o)inthashCode()-
-
Method Detail
-
getBinType
@Nullable() String getBinType()
Returns the bin type PERSONAL or COMMERCIAL, if available.
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
hashCode
int hashCode()
-
-
-
-