Module tdlight.api

Class TdApi.PaymentResult

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PaymentResult
Enclosing class:
TdApi

public static final class TdApi.PaymentResult extends TdApi.Object
Contains the result of a payment request.
  • Field Details

    • success

      public boolean success
      True, if the payment request was successful; otherwise, the verificationUrl will be non-empty.
    • verificationUrl

      public String verificationUrl
      URL for additional payment credentials verification.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • PaymentResult

      public PaymentResult()
      Contains the result of a payment request.
    • PaymentResult

      public PaymentResult(boolean success, String verificationUrl)
      Contains the result of a payment request.
      Parameters:
      success - boolean True, if the payment request was successful; otherwise, the verificationUrl will be non-empty.
      verificationUrl - String URL for additional payment credentials verification.
    • PaymentResult

      public PaymentResult(DataInput input) throws IOException
      Contains the result of a payment request.
      Throws:
      IOException
  • Method Details