Sha256: a7a8ebbeab69df7e30145816f974eb327de753838254f16ca34a5316349b894e
Contents?: true
Size: 481 Bytes
Versions: 3
Compression:
Stored size: 481 Bytes
Contents
# Buildium::RetailCashUserPutMessage ## 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::RetailCashUserPutMessage.new( is_enabled: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/RetailCashUserPutMessage.md |
buildium-ruby-3.0.0 | docs/RetailCashUserPutMessage.md |
buildium-ruby-2.1.0 | docs/RetailCashUserPutMessage.md |