Class PaymentMethod
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class PaymentMethod extends ModelObject
-
-
Field Summary
Fields Modifier and Type Field Description public final static ModelObject.Serializer<PaymentMethod>SERIALIZERprivate Stringtypeprivate Stringnameprivate List<String>brandsprivate Stringbrandprivate StringfundingSourceprivate List<Issuer>issuersprivate Configurationconfigurationprivate List<InputDetail>detailsprivate List<AppData>apps
-
Constructor Summary
Constructors Constructor Description PaymentMethod(String type, String name, List<String> brands, String brand, String fundingSource, List<Issuer> issuers, Configuration configuration, List<InputDetail> details, List<AppData> apps)
-
Method Summary
Modifier and Type Method Description final StringgetType()final UnitsetType(String type)final StringgetName()final UnitsetName(String name)final List<String>getBrands()final UnitsetBrands(List<String> brands)final StringgetBrand()final UnitsetBrand(String brand)final StringgetFundingSource()final UnitsetFundingSource(String fundingSource)final List<Issuer>getIssuers()final UnitsetIssuers(List<Issuer> issuers)final ConfigurationgetConfiguration()final UnitsetConfiguration(Configuration configuration)final List<InputDetail>getDetails()final UnitsetDetails(List<InputDetail> details)final List<AppData>getApps()final UnitsetApps(List<AppData> apps)-
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
-
getFundingSource
final String getFundingSource()
-
setFundingSource
final Unit setFundingSource(String fundingSource)
-
getIssuers
final List<Issuer> getIssuers()
-
setIssuers
final Unit setIssuers(List<Issuer> issuers)
-
getConfiguration
final Configuration getConfiguration()
-
setConfiguration
final Unit setConfiguration(Configuration configuration)
-
getDetails
final List<InputDetail> getDetails()
-
setDetails
final Unit setDetails(List<InputDetail> details)
-
-
-
-