-
- All Implemented Interfaces:
-
android.os.Parcelable
public class VenmoPayFastPaymentParams extends PaymentParams implements Parcelable
Represents payment parameters for VENMO_PAYFAST payment brand.
-
-
Field Summary
Fields Modifier and Type Field Description private VenmoPayfastConfigconfigpublic final static Parcelable.Creator<VenmoPayFastPaymentParams>CREATOR
-
Constructor Summary
Constructors Constructor Description VenmoPayFastPaymentParams(String checkoutId, Connect.ProviderMode providerMode, VenmoPayfastConfig config)Creates the payment parameters for VENMO_PAYFAST transaction.
-
Method Summary
Modifier and Type Method Description VenmoPayfastConfiggetConfig()Returns VenmoPayfastConfig. voidsetConfig(@NonNull() VenmoPayfastConfig config)voidsetShopperResultUrl(@Nullable() String shopperResultUrl)ShopperResultUrl is not required for PaypalPayFastPaymentParams. Map<String, String>getParamsForRequest()Returns the map of all parameters needed for VENMO_PAYFAST transaction. booleanequals(Object other)inthashCode()voidwriteToParcel(@NonNull() Parcel dest, int flags)intdescribeContents()-
-
Constructor Detail
-
VenmoPayFastPaymentParams
VenmoPayFastPaymentParams(String checkoutId, Connect.ProviderMode providerMode, VenmoPayfastConfig config)
Creates the payment parameters for VENMO_PAYFAST transaction.- Parameters:
checkoutId- The checkout id of the transaction.providerMode- The Connect.ProviderMode.config- The VenmoPayfastConfig.
-
-
Method Detail
-
getConfig
@NonNull() VenmoPayfastConfig getConfig()
Returns VenmoPayfastConfig.
-
setConfig
void setConfig(@NonNull() VenmoPayfastConfig config)
-
setShopperResultUrl
void setShopperResultUrl(@Nullable() String shopperResultUrl)
ShopperResultUrl is not required for PaypalPayFastPaymentParams.
-
getParamsForRequest
@NonNull() Map<String, String> getParamsForRequest()
Returns the map of all parameters needed for VENMO_PAYFAST transaction.
-
hashCode
int hashCode()
-
writeToParcel
void writeToParcel(@NonNull() Parcel dest, int flags)
-
describeContents
int describeContents()
-
-
-
-