Item
data class Item(val type: SourceOrderParams.Item.Type? = null, val amount: Int? = null, val currency: String? = null, val description: String? = null, val parent: String? = null, val quantity: Int? = null) : StripeParamsModel, Parcelable
List of items constituting the order.
Constructors
Properties
Link copied to clipboard
Optional. Human-readable description for this order item.
Link copied to clipboard
Optional. The type of this order item. Must be Type.Sku, Type.Tax, or Type.Shipping.