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
Types
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Optional. The type of this order item. Must be Type.Sku, Type.Tax, or Type.Shipping.