InvoiceRequestMessage constructor
InvoiceRequestMessage({
- String? email,
- String? dueDate,
- List<
Item> ? items, - PayerModel? payer,
- String? returnUrl,
- String? expiredUrl,
- String? notificationUrl,
- int? taxCents,
- bool? enableLateFine,
- String? latePaymentFine,
- bool? enableProportionalDailyTax,
- int? discountCents,
- String? customerId,
- bool? ignoreDueDateMail,
- String? subscriptionId,
- String? paymentMethod,
- int? credits,
- List<
Logs> ? logs, - bool? enableEarlyPaymentDiscount,
- List<
EarlyPaymentDiscounts> ? earlyPaymentDiscounts, - List<
CustomVariables> ? customVariables,
Implementation
InvoiceRequestMessage({
this.email,
this.dueDate,
this.items,
this.payer,
this.returnUrl,
this.expiredUrl,
this.notificationUrl,
this.taxCents,
this.enableLateFine,
this.latePaymentFine,
this.enableProportionalDailyTax,
this.discountCents,
this.customerId,
this.ignoreDueDateMail,
this.subscriptionId,
this.paymentMethod,
this.credits,
this.logs,
this.enableEarlyPaymentDiscount,
this.earlyPaymentDiscounts,
this.customVariables,
});