mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-23 16:08:06 +00:00
20 lines
826 B
Markdown
20 lines
826 B
Markdown
# Transaction
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **String** | |
|
|
**status** | [**crate::models::TransactionStatus**](TransactionStatus.md) | |
|
|
**subscription** | [**crate::models::Subscription**](Subscription.md) | |
|
|
**sandbox** | **bool** | | [default to false]
|
|
**created_at** | **String** | |
|
|
**updated_at** | **String** | |
|
|
**steam** | Option<[**crate::models::TransactionSteamInfo**](TransactionSteamInfo.md)> | | [optional]
|
|
**agreement** | Option<[**crate::models::TransactionAgreement**](TransactionAgreement.md)> | | [optional]
|
|
**error** | **String** | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|