View Source VRChat.Model.TransactionAgreement (vrchat v1.11.1)

Link to this section Summary

Link to this section Types

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