Item

constructor(    type: SourceOrderParams.Item.Type? = null,     amount: Int? = null,     currency: String? = null,     description: String? = null,     parent: String? = null,     quantity: Int? = null)