resultingInvoiceTotal property

  1. @JsonKey.new(name: 'ResultingInvoiceTotal', includeIfNull: false)
double? resultingInvoiceTotal
final

Implementation

@JsonKey(name: 'ResultingInvoiceTotal', includeIfNull: false)
final double? resultingInvoiceTotal;