Sha256: 1b6d68dfe42a698778f121941a1cc6e1e0d1b12e53fd663fcadea9844a06c00c
Contents?: true
Size: 623 Bytes
Versions: 11
Compression:
Stored size: 623 Bytes
Contents
# MxPlatformRuby::BudgetUpdateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Integer** | Amount of the budget. | [optional] | | **metadata** | **String** | Additional information a partner can store on the budget. | [optional] | | **skip_webhook** | **Boolean** | When set to true, this parameter will prevent a webhook from being triggered by the request. | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::BudgetUpdateRequest.new( amount: 1000, metadata: Additional information, skip_webhook: true ) ```
Version data entries
11 entries across 11 versions & 1 rubygems