vrchatapi 1.19.4

VRChat API Client for Rust
Documentation
# 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** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)