InputInvoiceMessageContent constructor
InputInvoiceMessageContent({
- required String title,
- required String description,
- required String payload,
- required String providerToken,
- required String currency,
- required List<
LabeledPrice> prices, - int? maxTipAmount,
- List<
int> ? suggestedTipAmounts, - String? providerData,
- int? photoSize,
- int? photoWidth,
- int? photoHeight,
- bool? needName,
- bool? needPhoneNumber,
- bool? needEmail,
- bool? needShippingAddress,
- bool? sendPhoneNumberToProvider,
- bool? sendEmailToProvider,
- bool? isFlexible,
Implementation
InputInvoiceMessageContent({
required this.title,
required this.description,
required this.payload,
required this.providerToken,
required this.currency,
required this.prices,
this.maxTipAmount,
this.suggestedTipAmounts,
this.providerData,
this.photoSize,
this.photoWidth,
this.photoHeight,
this.needName,
this.needPhoneNumber,
this.needEmail,
this.needShippingAddress,
this.sendPhoneNumberToProvider,
this.sendEmailToProvider,
this.isFlexible,
});