-
- 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. String
getBinType()
Returns the bin type PERSONAL or COMMERCIAL, if available. String
getType()
Returns the type CREDIT or DEBIT, if available. int
describeContents()
void
writeToParcel(Parcel dest, int flags)
boolean
equals(Object o)
int
hashCode()
-
-
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()
-
-
-
-