-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ClearpayPaymentParams extends AfterpayPacificPaymentParams
Represents the payment parameters for CLEARPAY payment brand.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<ClearpayPaymentParams>
CREATOR
-
Constructor Summary
Constructors Constructor Description ClearpayPaymentParams(String checkoutId)
Creates the payment parameters for CLEARPAY transaction.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
ClearpayPaymentParams
ClearpayPaymentParams(String checkoutId)
Creates the payment parameters for CLEARPAY transaction.- Parameters:
checkoutId
- The checkout id.
-
-
-
-