Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 437 Bytes

MinOffset.md

File metadata and controls

20 lines (14 loc) · 437 Bytes

Marqeta::MinOffset

Properties

Name Type Description Notes
unit String specify if a value is provided; default is expiration_offset.unit [optional]
value Integer specify if unit is provided; default is expiration_offset.value [optional]

Example

require 'marqeta'

instance = Marqeta::MinOffset.new(
  unit: null,
  value: null
)