Class TdApi.PaymentResult

  • Enclosing class:
    TdApi

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

      • 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
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 - True, if the payment request was successful; otherwise the verificationUrl will be non-empty.
        verificationUrl - URL for additional payment credentials verification.