Class BinLookupRequest
-
- All Implemented Interfaces:
-
android.os.Parcelable
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class BinLookupRequest extends ModelObject
-
-
Field Summary
Fields Modifier and Type Field Description public final static ModelObject.Serializer<BinLookupRequest>SERIALIZERprivate final StringencryptedBinprivate final StringrequestIdprivate final List<String>supportedBrandsprivate final Stringtype
-
Method Summary
Modifier and Type Method Description final StringgetEncryptedBin()final StringgetRequestId()final List<String>getSupportedBrands()final StringgetType()-
Methods inherited from class com.adyen.checkout.core.internal.data.model.ModelObject
describeContents -
Methods inherited from class android.os.Parcelable
writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEncryptedBin
final String getEncryptedBin()
-
getRequestId
final String getRequestId()
-
getSupportedBrands
final List<String> getSupportedBrands()
-
-
-
-