Category

data class Category(val primaryCategory: String?)

Represents a category associated with a transaction.

Parameters

primaryCategory

The primary category identifier for the transaction, or null if not specified.

Constructors

Link copied to clipboard
constructor(primaryCategory: String?)

Properties

Link copied to clipboard
@SerializedName(value = "primaryCategory")
val primaryCategory: String?