GW2v2AccountFinisher

@Serializable
data class GW2v2AccountFinisher(val id: Int, val permanent: Boolean, val quantity: Int? = 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: Int, permanent: Boolean, quantity: Int? = null)

Properties

Link copied to clipboard
val id: Int

This field holds the finisher's ID.

Link copied to clipboard

This field holds whether the finisher is unlock permanently.

Link copied to clipboard
val quantity: Int? = null

This field holds the remaining uses.