GW2v2AccountFinisher

@Serializable
data class GW2v2AccountFinisher(val id: GW2FinisherId, val permanent: Boolean, val quantity: Long? = null)

Information about finishers unlocked by an account.

Parameters

id

the finisher's ID

permanent

whether the finisher is unlock permanently

quantity

the remaining uses

Constructors

Link copied to clipboard
constructor(id: GW2FinisherId, permanent: Boolean, quantity: Long? = null)

Properties

Link copied to clipboard

This field holds the finisher's ID.

Link copied to clipboard

This field holds whether the finisher is unlock permanently.

Link copied to clipboard

This field holds the remaining uses.