Package 

Class YooKassaPaymentParams

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      YooKassaPaymentParams(String checkoutId, String paymentToken) Creates an object representing the YANDEX_CHECKOUT payment parameters.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • YooKassaPaymentParams

        YooKassaPaymentParams(String checkoutId, String paymentToken)
        Creates an object representing the YANDEX_CHECKOUT payment parameters.
        Parameters:
        checkoutId - The checkout ID of the transaction
        paymentToken - The payment token received from YooMoney
    • Method Detail