Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 410 Bytes

RemainingCreditModelReseller.md

File metadata and controls

20 lines (14 loc) · 410 Bytes

Brevo::RemainingCreditModelReseller

Properties

Name Type Description Notes
sms Float SMS Credits remaining for reseller account
email Float Email Credits remaining for reseller account

Example

require 'brevo'

instance = Brevo::RemainingCreditModelReseller.new(
  sms: 12900.0,
  email: 2000000.0
)