-
- All Implemented Interfaces:
-
android.os.Parcelable
public class SamsungPayPaymentParams extends VirtualAccountPaymentParams
Represents the payment parameters for SamsungPay
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<SamsungPayPaymentParams>
CREATOR
-
Constructor Summary
Constructors Constructor Description SamsungPayPaymentParams(String checkoutId, String paymentCredential)
Creates an object representing the SAMSUNGPAY payment parameters.
-
Method Summary
Modifier and Type Method Description Map<String, String>
getParamsForRequest()
Returns a map of all parameters needed for transaction. -
-
Method Detail
-
getParamsForRequest
@NonNull() Map<String, String> getParamsForRequest()
Returns a map of all parameters needed for transaction.
-
-
-
-