MessageInvoice constructor
MessageInvoice({
- ProductInfo? productInfo,
- required String currency,
- required int totalAmount,
- required String startParameter,
- required bool isTest,
- required bool needShippingAddress,
- required int receiptMessageId,
- PaidMedia? paidMedia,
- FormattedText? paidMediaCaption,
Implementation
MessageInvoice({
this.productInfo,
required this.currency,
required this.totalAmount,
required this.startParameter,
required this.isTest,
required this.needShippingAddress,
required this.receiptMessageId,
this.paidMedia,
this.paidMediaCaption,
});