com.ecwid.apiclient.v3.dto.common.ExtendedOrderTax.kt Maven / Gradle / Ivy
package com.ecwid.apiclient.v3.dto.common
interface ExtendedOrderTax : BaseOrderTax {
val includeInPrice: Boolean?
}
package com.ecwid.apiclient.v3.dto.common
interface ExtendedOrderTax : BaseOrderTax {
val includeInPrice: Boolean?
}