InvoiceDuplicateRequestMessage class
Constructors
-
InvoiceDuplicateRequestMessage({String? newDueDate, List<
Item> ? invoiceItems, bool? ignoreDueEmail, bool? ignoreCanceledEmail}) - InvoiceDuplicateRequestMessage.fromJson(String source)
-
factory
-
InvoiceDuplicateRequestMessage.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- ignoreCanceledEmail ↔ bool?
-
Ignora o envio do e-mail de cancelamento da fatura atual.
getter/setter pair
- ignoreDueEmail ↔ bool?
-
Ignora o envio do e-mail de cobrança da nova fatura.
getter/setter pair
-
invoiceItems
↔ List<
Item> ? -
Adicione, altere ou remova itens a nova fatura.
getter/setter pair
- newDueDate ↔ String?
-
Nova data de expiração (Formato: 'DD/MM/AAAA’).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? newDueDate, List< Item> ? invoiceItems, bool? ignoreDueEmail, bool? ignoreCanceledEmail}) → InvoiceDuplicateRequestMessage -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object o) → bool -
The equality operator.
override