-
- All Implemented Interfaces:
-
android.os.Parcelable
public class RatePayPaymentParams extends PaymentParams
Represents payment parameters for Ratepay Payments.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<RatePayPaymentParams>
CREATOR
-
Constructor Summary
Constructors Constructor Description RatePayPaymentParams(String checkoutId, Date dateOfBirth)
Creates the payment parameters for Ratepay Payments transaction.
-
Method Summary
Modifier and Type Method Description Map<String, String>
getParamsForRequest()
Returns the map of all parameters needed for Ratepay Payments transaction. boolean
equals(@Nullable() Object o)
int
hashCode()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
-
-
Method Detail
-
getParamsForRequest
@NonNull() Map<String, String> getParamsForRequest()
Returns the map of all parameters needed for Ratepay Payments transaction.
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-