View Source VRChat.Model.Transaction (vrchat v1.11.1)
Link to this section Summary
Link to this section Types
@type t() :: %VRChat.Model.Transaction{ agreement: VRChat.Model.TransactionAgreement.t() | nil, created_at: DateTime.t(), error: String.t(), id: String.t(), sandbox: boolean(), status: VRChat.Model.TransactionStatus.t(), steam: VRChat.Model.TransactionSteamInfo.t() | nil, subscription: VRChat.Model.Subscription.t(), updated_at: DateTime.t() }