Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 657 Bytes

File metadata and controls

28 lines (22 loc) · 657 Bytes

UltracartClient::OrderReplacementResponse

Properties

Name Type Description Notes
charge_successful Boolean [optional]
error_message String [optional]
feedback String [optional]
free Boolean [optional]
order_id String [optional]
successful Boolean [optional]

Example

require 'ultracart_api'

instance = UltracartClient::OrderReplacementResponse.new(
  charge_successful: null,
  error_message: null,
  feedback: null,
  free: null,
  order_id: null,
  successful: null
)