-
- All Implemented Interfaces:
-
android.os.Parcelable,com.oppwa.mobile.connect.payment.BrandConfig
public final class VenmoPayfastConfig implements BrandConfigCreates the config for VENMO_PAYFAST transaction.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVenmoPayfastConfig.CREATOR
-
Constructor Summary
Constructors Constructor Description VenmoPayfastConfig(Parcel parcel)VenmoPayfastConfig(String appLinkReturnUrl)
-
Method Summary
Modifier and Type Method Description StringgetPaymentBrand()final StringgetNonce()Returns nonce. final UnitsetNonce(String nonce)sets nonce. final StringgetDeviceData()Returns deviceData. final UnitsetDeviceData(String deviceData)sets deviceData. final StringgetAppLinkReturnUrl()Returns appLinkReturnUrl. final BooleangetCollectCustomerShippingAddress()Returns collectCustomerShippingAddress. final BooleangetCollectCustomerBillingAddress()Returns collectCustomerBillingAddress. Booleanequals(Object other)IntegerhashCode()IntegerdescribeContents()UnitwriteToParcel(Parcel dest, Integer flags)-
-
Constructor Detail
-
VenmoPayfastConfig
VenmoPayfastConfig(Parcel parcel)
-
VenmoPayfastConfig
VenmoPayfastConfig(String appLinkReturnUrl)
- Parameters:
appLinkReturnUrl-A Uri containing the Android App Link website associated with your application to be used to return to your app from the PayPal payment flows.
-
-
Method Detail
-
getPaymentBrand
String getPaymentBrand()
-
getDeviceData
final String getDeviceData()
Returns deviceData.
-
setDeviceData
final Unit setDeviceData(String deviceData)
sets deviceData.
-
getAppLinkReturnUrl
final String getAppLinkReturnUrl()
Returns appLinkReturnUrl.
-
getCollectCustomerShippingAddress
final Boolean getCollectCustomerShippingAddress()
Returns collectCustomerShippingAddress.
-
getCollectCustomerBillingAddress
final Boolean getCollectCustomerBillingAddress()
Returns collectCustomerBillingAddress.
-
describeContents
Integer describeContents()
-
writeToParcel
Unit writeToParcel(Parcel dest, Integer flags)
-
-
-
-