mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-12-10 14:38:22 +00:00
955 B
955 B
TransactionAgreement
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| agreement_id | String | ||
| item_id | i32 | ||
| agreement | String | ||
| status | String | This is NOT TransactionStatus, but whatever Steam return. | |
| period | String | ||
| frequency | i32 | ||
| billing_type | String | ||
| start_date | String | ||
| end_date | String | ||
| recurring_amt | f64 | ||
| currency | String | ||
| time_created | String | ||
| next_payment | String | ||
| last_payment | String | ||
| last_amount | f64 | ||
| last_amount_vat | f64 | ||
| outstanding | i32 | ||
| failed_attempts | i32 |