Item

fun Item(    sku: String? = null,     quantity: Long,     isFree: Boolean,     price: OrderResponse.Price? = null)

Sources

Link copied to clipboard