Name | Type | Description | Notes |
---|---|---|---|
sms | Integer | Required if email credits are empty. SMS credits to be removed from the child account | [optional] |
Integer | Required if sms credits are empty. Email credits to be removed from the child account | [optional] |
require 'brevo'
instance = Brevo::RemoveCredits.new(
sms: 300,
email: 500
)