Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 410 Bytes

File metadata and controls

20 lines (14 loc) · 410 Bytes

SendX::EventsRevenuePostbackGet200Response

Properties

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

Example

require 'sendx-ruby-sdk'

instance = SendX::EventsRevenuePostbackGet200Response.new(
  message: Revenue postback processed successfully.,
  status: success
)