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 StringmerchantId
-
Constructor Summary
Constructors Constructor Description MerchantInfo(String merchantName, String merchantId)
-
Method Summary
Modifier and Type Method Description final StringgetMerchantName()final UnitsetMerchantName(String merchantName)final StringgetMerchantId()final UnitsetMerchantId(String merchantId)-
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
-
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.
-
-
-
-