PaymentReceipt constructor
PaymentReceipt({})
Implementation
PaymentReceipt({
super.extra,
super.client_id,
this.title,
this.description,
this.photo,
this.date,
this.seller_bot_user_id,
this.payment_provider_user_id,
this.invoice,
this.order_info,
this.shipping_option,
this.credentials_title,
this.tip_amount,
});