Class UPIPaymentMethod
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class UPIPaymentMethod extends PaymentMethodDetails
-
-
Field Summary
Fields Modifier and Type Field Description public final static ModelObject.Serializer<UPIPaymentMethod>SERIALIZERprivate Stringtypeprivate StringcheckoutAttemptIdprivate StringsdkDataprivate StringvirtualPaymentAddressprivate StringappId
-
Method Summary
Modifier and Type Method Description StringgetType()UnitsetType(String type)StringgetCheckoutAttemptId()UnitsetCheckoutAttemptId(@Deprecated(message = "This property is deprecated. Use the SERIALIZER to send the payment data to your backend.") String checkoutAttemptId)StringgetSdkData()UnitsetSdkData(String sdkData)final StringgetVirtualPaymentAddress()final UnitsetVirtualPaymentAddress(String virtualPaymentAddress)final StringgetAppId()final UnitsetAppId(String appId)-
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
-
getCheckoutAttemptId
String getCheckoutAttemptId()
-
setCheckoutAttemptId
Unit setCheckoutAttemptId(@Deprecated(message = "This property is deprecated. Use the SERIALIZER to send the payment data to your backend.") String checkoutAttemptId)
-
getSdkData
String getSdkData()
-
setSdkData
Unit setSdkData(String sdkData)
-
getVirtualPaymentAddress
final String getVirtualPaymentAddress()
-
setVirtualPaymentAddress
final Unit setVirtualPaymentAddress(String virtualPaymentAddress)
-
-
-
-