PaymentForm constructor
PaymentForm({
- String? extra,
- int? client_id,
- int64? id,
- Invoice? invoice,
- int53? seller_bot_user_id,
- int53? payment_provider_user_id,
- PaymentProvider? payment_provider,
- vector<
PaymentOption> ? additional_payment_options, - OrderInfo? saved_order_info,
- vector<
SavedCredentials> ? saved_credentials, - Bool? can_save_credentials,
- Bool? need_password,
- string? product_title,
- FormattedText? product_description,
- Photo? product_photo,
Implementation
PaymentForm({
super.extra,
super.client_id,
this.id,
this.invoice,
this.seller_bot_user_id,
this.payment_provider_user_id,
this.payment_provider,
this.additional_payment_options,
this.saved_order_info,
this.saved_credentials,
this.can_save_credentials,
this.need_password,
this.product_title,
this.product_description,
this.product_photo,
});