Class Brand
-
- All Implemented Interfaces:
-
android.os.Parcelable
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class Brand extends ModelObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumBrand.FieldPolicy
-
Field Summary
Fields Modifier and Type Field Description public final static ModelObject.Serializer<Brand>SERIALIZERprivate final Stringbrandprivate final BooleanenableLuhnCheckprivate final Booleansupportedprivate final StringcvcPolicyprivate final StringexpiryDatePolicyprivate final IntegerpanLengthprivate final StringpaymentMethodVariant
-
Method Summary
Modifier and Type Method Description final StringgetBrand()final BooleangetEnableLuhnCheck()final BooleangetSupported()final StringgetCvcPolicy()final StringgetExpiryDatePolicy()final IntegergetPanLength()final StringgetPaymentMethodVariant()-
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
-
getEnableLuhnCheck
final Boolean getEnableLuhnCheck()
-
getSupported
final Boolean getSupported()
-
getCvcPolicy
final String getCvcPolicy()
-
getExpiryDatePolicy
final String getExpiryDatePolicy()
-
getPanLength
final Integer getPanLength()
-
getPaymentMethodVariant
final String getPaymentMethodVariant()
-
-
-
-