Class SuccessfulPayment


  • public class SuccessfulPayment
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SuccessfulPayment​(java.lang.String currency, java.lang.Integer totalAmount, java.lang.String invoicePayload, java.lang.String shippingOptionId, OrderInfo orderInfo, java.lang.String telegramPaymentChargeId, java.lang.String providerPaymentChargeId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • SuccessfulPayment

        protected SuccessfulPayment​(java.lang.String currency,
                                    java.lang.Integer totalAmount,
                                    java.lang.String invoicePayload,
                                    java.lang.String shippingOptionId,
                                    OrderInfo orderInfo,
                                    java.lang.String telegramPaymentChargeId,
                                    java.lang.String providerPaymentChargeId)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object