VRChat.Model.ProductListingVariant (vrchat v1.20.0)

View Source

Summary

Types

t()

@type t() :: %VRChat.Model.ProductListingVariant{
  effectiveFrom: DateTime.t() | nil,
  listingVariantId: String.t(),
  nonRefundable: boolean(),
  quantity: integer(),
  sellerVariant: boolean(),
  unitPriceTokens: integer()
}

Functions

decode(value)