Skip to content

Commit

Permalink
ECWID-126236 java-api-client: add totalWithoutTax field to UpdatedOrd…
Browse files Browse the repository at this point in the history
…er — added
  • Loading branch information
qblake authored Sep 6, 2023
1 parent 723b380 commit a4ea131
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ data class UpdatedOrder(
val acceptMarketing: Boolean? = null,

val total: Double? = null,
val totalWithoutTax: Double? = null,
val subtotal: Double? = null,
val subtotalWithoutTax: Double? = null,

val tax: Double? = null,
val customerTaxExempt: Boolean? = null,
Expand Down

0 comments on commit a4ea131

Please sign in to comment.