Sha256: 1d013aec9207c742594fa1b0aced299cdeb8459a82308c8ed5c2df2218187808
Contents?: true
Size: 487 Bytes
Versions: 1
Compression:
Stored size: 487 Bytes
Contents
# Buildium::UpdateRetailCashUserRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **is_enabled** | **Boolean** | Whether retail cash is enabled for the user. If no retail cash account exists for the user, enabling will create one for the user. You cannot disable a user who does not have an account yet. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::UpdateRetailCashUserRequest.new( is_enabled: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/UpdateRetailCashUserRequest.md |