Sha256: b0613dfe597c0567caedf0ded29b18b0291a0e9755034fdb29e52e7d4127eb43

Contents?: true

Size: 531 Bytes

Versions: 3

Compression:

Stored size: 531 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. | [optional] |
| **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

3 entries across 3 versions & 1 rubygems

Version Path
ElasticEmail-4.0.12 docs/SubaccountEmailCreditsPayload.md
ElasticEmail-4.0.11 docs/SubaccountEmailCreditsPayload.md
ElasticEmail-4.0.1 docs/SubaccountEmailCreditsPayload.md