Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 417 Bytes

File metadata and controls

20 lines (14 loc) · 417 Bytes

Komoju::BarcodePendingResponse

Properties

Name Type Description Notes
status String Barcode generation is pending
retry_after Integer Request may be retried after specified amount of seconds

Example

require 'komoju-sdk'

instance = Komoju::BarcodePendingResponse.new(
  status: null,
  retry_after: null
)