Sha256: adb421f8c245e5bca8ad66a33b05afefd2887a832bf706632a2fde1cc6bb2a20
Contents?: true
Size: 415 Bytes
Versions: 4
Compression:
Stored size: 415 Bytes
Contents
module TD::Types # Contains the result of a payment request. # # @attr success [Boolean] True, if the payment request was successful; otherwise the verification_url will be not # empty. # @attr verification_url [String] URL for additional payment credentials verification. class PaymentResult < Base attribute :success, TD::Types::Bool attribute :verification_url, TD::Types::String end end
Version data entries
4 entries across 4 versions & 2 rubygems