-
- All Implemented Interfaces:
-
android.os.Parcelable
public class YooKassaPaymentParams extends VirtualAccountPaymentParams
Represents the payment parameters for YANDEX_CHECKOUT payment brand.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<YooKassaPaymentParams>
CREATOR
-
Constructor Summary
Constructors Constructor Description YooKassaPaymentParams(String checkoutId, String paymentToken)
Creates an object representing the YANDEX_CHECKOUT payment parameters.
-