Sha256: adae701b074d32e9fae1f2659e442700192a49eaa6cd35819b68deb49c2b44ae
Contents?: true
Size: 521 Bytes
Versions: 8
Compression:
Stored size: 521 Bytes
Contents
# ElasticEmail::SubaccountEmailCreditsPayload ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **credits** | **Integer** | Positive or negative value; this will be added or subtracted from Subaccount's current email Credits pool. | | | **notes** | **String** | Note to append to this credits change, for history. | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::SubaccountEmailCreditsPayload.new( credits: null, notes: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems