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