Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 370 Bytes

File metadata and controls

20 lines (14 loc) · 370 Bytes

OpenapiClient::RefundEligibility

Properties

Name Type Description Notes
refund_eligible Boolean [optional]
message String [optional]

Example

require 'openapi_client'

instance = OpenapiClient::RefundEligibility.new(
  refund_eligible: null,
  message: null
)