Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 252 Bytes

Otp.md

File metadata and controls

18 lines (12 loc) · 252 Bytes

Brevo::Otp

Properties

Name Type Description Notes
otp Integer 6 digit OTP received on email

Example

require 'brevo'

instance = Brevo::Otp.new(
  otp: 123456
)