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

Version Path
ElasticEmail-4.0.24 docs/SubaccountEmailCreditsPayload.md
ElasticEmail-4.0.23 docs/SubaccountEmailCreditsPayload.md
ElasticEmail-4.0.22 docs/SubaccountEmailCreditsPayload.md
ElasticEmail-4.0.21 docs/SubaccountEmailCreditsPayload.md
ElasticEmail-4.0.20 docs/SubaccountEmailCreditsPayload.md
ElasticEmail-4.0.16 docs/SubaccountEmailCreditsPayload.md
ElasticEmail-4.0.15 docs/SubaccountEmailCreditsPayload.md
ElasticEmail-4.0.13 docs/SubaccountEmailCreditsPayload.md