-
A list of objects used to calculate the total price of the product.
A list of objects used to calculate the total shipping costs.
Invoice(String currency,
TdApi.LabeledPricePart[] priceParts,
long maxTipAmount,
long[] suggestedTipAmounts,
String recurringPaymentTermsOfServiceUrl,
String termsOfServiceUrl,
boolean isTest,
boolean needName,
boolean needPhoneNumber,
boolean needEmailAddress,
boolean needShippingAddress,
boolean sendPhoneNumberToProvider,
boolean sendEmailAddressToProvider,
boolean isFlexible)