Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 324 Bytes

File metadata and controls

20 lines (14 loc) · 324 Bytes

SendX::TrackResponse

Properties

Name Type Description Notes
status String [optional]
message String [optional]

Example

require 'sendx-ruby-sdk'

instance = SendX::TrackResponse.new(
  status: 200,
  message: OK
)