Sha256: 06bf7fc2d6af3814f5177b28c39ffb437cb716ba685156e9cdf5d0bd18431914
Contents?: true
Size: 1.07 KB
Versions: 203
Compression:
Stored size: 1.07 KB
Contents
# UltracartClient::AccountsReceivableRetryStatMetrics ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attempts** | **Integer** | | [optional] | | **attempts_formatted** | **String** | | [optional] | | **conversion_rate** | **Float** | | [optional] | | **conversion_rate_formatted** | **String** | | [optional] | | **day** | **Integer** | | [optional] | | **discounts** | **Float** | | [optional] | | **discounts_formatted** | **String** | | [optional] | | **revenue** | **Float** | | [optional] | | **revenue_formatted** | **String** | | [optional] | | **successes** | **Integer** | | [optional] | | **successes_formatted** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::AccountsReceivableRetryStatMetrics.new( attempts: null, attempts_formatted: null, conversion_rate: null, conversion_rate_formatted: null, day: null, discounts: null, discounts_formatted: null, revenue: null, revenue_formatted: null, successes: null, successes_formatted: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems