Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 521 Bytes

File metadata and controls

20 lines (14 loc) · 521 Bytes

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

require 'ElasticEmail'

instance = ElasticEmail::SubaccountEmailCreditsPayload.new(
  credits: null,
  notes: null
)