MessagePaymentSuccessful class

A payment has been completed.

Inheritance
Available Extensions

Constructors

MessagePaymentSuccessful({required int invoice_chat_id, required int invoice_message_id, required String currency, required int total_amount, required bool is_recurring, required bool is_first_recurring, required String invoice_name, int? extra, int? clientId})
A payment has been completed

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
currency String
Currency for the price of the product.
read / write
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
invoice_chat_id int
Identifier of the chat, containing the corresponding invoice message.
read / write
invoice_message_id int
Identifier of the message with the corresponding invoice; can be 0 or an identifier of a deleted message.
read / write
invoice_name String
Name of the invoice; may be empty if unknown.
read / write
is_first_recurring bool
True, if this is the first recurring payment.
read / write
is_recurring bool
True, if this is a recurring payment.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
total_amount int
Total price for the product, in the smallest units of the currency.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Object to Map serializer
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap(Map<String, dynamic>? _map) MessagePaymentSuccessful?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"messagePaymentSuccessful"