Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 488 Bytes

RemoveCredits.md

File metadata and controls

20 lines (14 loc) · 488 Bytes

Brevo::RemoveCredits

Properties

Name Type Description Notes
sms Integer Required if email credits are empty. SMS credits to be removed from the child account [optional]
email Integer Required if sms credits are empty. Email credits to be removed from the child account [optional]

Example

require 'brevo'

instance = Brevo::RemoveCredits.new(
  sms: 300,
  email: 500
)