Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 616 Bytes

File metadata and controls

22 lines (16 loc) · 616 Bytes

UltracartClient::OrderReason

Properties

Name Type Description Notes
default_reason Boolean Default reason [optional]
description String Reason description. This is the friendly description of the reason that should be displayed to the user. [optional]
value String Reason value. This is what should be submitted with a refund operation. [optional]

Example

require 'ultracart_api'

instance = UltracartClient::OrderReason.new(
  default_reason: null,
  description: null,
  value: null
)