We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b42ae3 commit 09c5a5dCopy full SHA for 09c5a5d
libs/fluxc-plugin/src/main/kotlin/org/wordpress/android/fluxc/model/refunds/WCRefundModel.kt
@@ -26,19 +26,15 @@ data class WCRefundModel(
26
) {
27
data class WCRefundItem(
28
val itemId: Long,
29
- @SerializedName("qty")
30
val quantity: Int,
31
- @SerializedName("refund_total")
32
val subtotal: BigDecimal,
33
- @SerializedName("refund_tax")
34
val totalTax: BigDecimal,
35
val name: String? = null,
36
val productId: Long? = null,
37
val variationId: Long? = null,
38
val total: BigDecimal? = null,
39
val sku: String? = null,
40
val price: BigDecimal? = null,
41
- @SerializedName("meta_data")
42
val metaData: List<WCMetaData>? = null
43
)
44
0 commit comments