Package com.adyen.checkout.googlepay
Class MerchantInfo
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class MerchantInfo extends ModelObjectPass this object to GooglePayConfiguration.merchantInfo to set information about the merchant requesting the payment.
-
-
Field Summary
Fields Modifier and Type Field Description public final static ModelObject.Serializer<MerchantInfo>SERIALIZERprivate StringmerchantNameprivate StringmerchantIdprivate SoftwareInfosoftwareInfo
-
Constructor Summary
Constructors Constructor Description MerchantInfo(String merchantName, String merchantId, SoftwareInfo softwareInfo)
-
Method Summary
Modifier and Type Method Description final StringgetMerchantName()final UnitsetMerchantName(String merchantName)final StringgetMerchantId()final UnitsetMerchantId(String merchantId)final SoftwareInfogetSoftwareInfo()final UnitsetSoftwareInfo(SoftwareInfo softwareInfo)-
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
-
-
Constructor Detail
-
MerchantInfo
MerchantInfo(String merchantName, String merchantId, SoftwareInfo softwareInfo)
- Parameters:
merchantName- The name of the merchant.merchantId- The id of the merchant.softwareInfo- Information associated with the caller of the request.
-
-
Method Detail
-
getMerchantName
final String getMerchantName()
-
setMerchantName
final Unit setMerchantName(String merchantName)
- Parameters:
merchantName- The name of the merchant.
-
getMerchantId
final String getMerchantId()
-
setMerchantId
final Unit setMerchantId(String merchantId)
- Parameters:
merchantId- The id of the merchant.
-
getSoftwareInfo
final SoftwareInfo getSoftwareInfo()
-
setSoftwareInfo
final Unit setSoftwareInfo(SoftwareInfo softwareInfo)
- Parameters:
softwareInfo- Information associated with the caller of the request.
-
-
-
-