Class BinInfo

  • 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).

    • Constructor Detail

      • BinInfo

        BinInfo(Array<String> brands, String binType, String type)
        Creates a new bin info.
        Parameters:
        brands - The related brands.
        binType - The bin type PERSONAL or COMMERCIAL.
        type - The type CREDIT or DEBIT.
      • BinInfo

        BinInfo(Array<String> brands, String binType, String type, Array<BinInfo.BinDetail> binDetails)
        Creates a new bin info with detailed bin information.
        Parameters:
        brands - The related brands.
        binType - The bin type PERSONAL or COMMERCIAL.
        type - The type CREDIT or DEBIT.
        binDetails - The detailed bin information.