GW2v2CommerceDelivery

@Serializable
data class GW2v2CommerceDelivery(val coins: Int, val items: List<GW2v2CommerceDelivery.Item>)

Information about the items and coins currently available for pickup.

Parameters

coins

the amount of coins ready for pickup

items

the items ready for pickup

Constructors

Link copied to clipboard
constructor(coins: Int, items: List<GW2v2CommerceDelivery.Item>)

Types

Link copied to clipboard
@Serializable
data class Item(val id: GW2ItemId, val count: Int)

Information about an item ready for pickup.

Properties

Link copied to clipboard
val coins: Int

This field holds the amount of coins ready for pickup.

Link copied to clipboard

This field holds the items ready for pickup.