Class: TD::Types::PaymentResult
- Defined in:
- lib/tdlib/types/payment_result.rb
Overview
Contains the result of a payment request.
Instance Attribute Summary collapse
-
#success ⇒ Boolean
True, if the payment request was successful; otherwise the verification_url will be not empty.
-
#verification_url ⇒ TD::Types::String
URL for additional payment credentials verification.
Method Summary
Methods inherited from Base
Instance Attribute Details
#success ⇒ Boolean
True, if the payment request was successful; otherwise the verification_url will be not empty.
7 8 9 |
# File 'lib/tdlib/types/payment_result.rb', line 7 def success @success end |
#verification_url ⇒ TD::Types::String
URL for additional payment credentials verification.
7 8 9 |
# File 'lib/tdlib/types/payment_result.rb', line 7 def verification_url @verification_url end |