Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 350 Bytes

OrderResource.md

File metadata and controls

20 lines (14 loc) · 350 Bytes

Aryeo::OrderResource

Properties

Name Type Description Notes
status String What was the state of the request?
data Order [optional]

Example

require 'aryeo'

instance = Aryeo::OrderResource.new(
  status: success,
  data: null
)