-
- All Implemented Interfaces:
-
android.os.Parcelable
public class AfterpayPacificPaymentParams extends PaymentParams
Represents the payment parameters for AFTERPAY_PACIFIC payment brand.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<AfterpayPacificPaymentParams>
CREATOR
-
Constructor Summary
Constructors Constructor Description AfterpayPacificPaymentParams(String checkoutId)
Creates the payment parameters for AFTERPAY_PACIFIC transaction.
-
Method Summary
Modifier and Type Method Description Map<String, String>
getParamsForRequest()
Returns the map of parameters needed for AFTERPAY_PACIFIC transaction. -
-
Constructor Detail
-
AfterpayPacificPaymentParams
AfterpayPacificPaymentParams(String checkoutId)
Creates the payment parameters for AFTERPAY_PACIFIC transaction.- Parameters:
checkoutId
- The checkout id.
-
-
Method Detail
-
getParamsForRequest
@NonNull() Map<String, String> getParamsForRequest()
Returns the map of parameters needed for AFTERPAY_PACIFIC transaction.
-
-
-
-