-
- All Implemented Interfaces:
-
android.os.Parcelable
public class PazePaymentParams extends PaymentParams
Represents the payment parameters for Paze transactions. This class extends the base PaymentParams class to include additional configuration specific to Paze.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<PazePaymentParams>CREATOR
-
Constructor Summary
Constructors Constructor Description PazePaymentParams(String checkoutId)Constructs the payment parameters for a Paze transaction.
-
Method Summary
Modifier and Type Method Description voidsetShopperResultUrl(@Nullable() String shopperResultUrl)ShopperResultUrl is not required for PazePaymentParams, so this method is overridden to do nothing. intdescribeContents()booleanequals(Object o)voidwriteToParcel(Parcel dest, int flags)inthashCode()-
-
Constructor Detail
-
PazePaymentParams
PazePaymentParams(String checkoutId)
Constructs the payment parameters for a Paze transaction.- Parameters:
checkoutId- The checkout id of the transaction.
-
-
Method Detail
-
setShopperResultUrl
void setShopperResultUrl(@Nullable() String shopperResultUrl)
ShopperResultUrl is not required for PazePaymentParams, so this method is overridden to do nothing.
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
hashCode
int hashCode()
-
-
-
-