VRChat.Model.TransactionAgreement (vrchat v1.20.0)

View Source

Represents a single Transaction, which is likely between VRChat and Steam.

Summary

Types

t()

@type t() :: %VRChat.Model.TransactionAgreement{
  agreement: String.t(),
  agreementId: String.t(),
  billingType: String.t(),
  currency: String.t(),
  endDate: String.t(),
  failedAttempts: integer(),
  frequency: integer(),
  itemId: integer(),
  lastAmount: number(),
  lastAmountVat: number(),
  lastPayment: String.t(),
  nextPayment: String.t(),
  outstanding: integer(),
  period: String.t(),
  recurringAmt: number(),
  startDate: String.t(),
  status: String.t(),
  timeCreated: String.t()
}

Functions

decode(value)