WebApiModulesBillingInvoiceCreditInvoiceRequest class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiModulesBillingInvoiceCreditInvoiceRequest({String? invoiceId, double? percent, double? amount, bool? allocate, double? usageDays, String? notes, bool? taxOnly, DateTime? creditFromDate, DateTime? creditToDate, String? creditMethod, bool? adjustCost})
WebApiModulesBillingInvoiceCreditInvoiceRequest.fromJson(Map<String, dynamic> json)
factory

Properties

adjustCost bool?
final
allocate bool?
final
amount double?
final
creditFromDate DateTime?
final
creditMethod String?
final
creditToDate DateTime?
final
hashCode int
The hash code for this object.
no setteroverride
invoiceId String?
final
notes String?
final
percent double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taxOnly bool?
final
usageDays double?
final

Methods

copyWith({String? invoiceId, double? percent, double? amount, bool? allocate, double? usageDays, String? notes, bool? taxOnly, DateTime? creditFromDate, DateTime? creditToDate, String? creditMethod, bool? adjustCost}) WebApiModulesBillingInvoiceCreditInvoiceRequest

Available on WebApiModulesBillingInvoiceCreditInvoiceRequest, provided by the $WebApiModulesBillingInvoiceCreditInvoiceRequestExtension extension

copyWithWrapped({Wrapped<String?>? invoiceId, Wrapped<double?>? percent, Wrapped<double?>? amount, Wrapped<bool?>? allocate, Wrapped<double?>? usageDays, Wrapped<String?>? notes, Wrapped<bool?>? taxOnly, Wrapped<DateTime?>? creditFromDate, Wrapped<DateTime?>? creditToDate, Wrapped<String?>? creditMethod, Wrapped<bool?>? adjustCost}) WebApiModulesBillingInvoiceCreditInvoiceRequest

Available on WebApiModulesBillingInvoiceCreditInvoiceRequest, provided by the $WebApiModulesBillingInvoiceCreditInvoiceRequestExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override