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

Latest commit

 

History

History
22 lines (16 loc) · 521 Bytes

ExpirationOffsetWithMinimum.md

File metadata and controls

22 lines (16 loc) · 521 Bytes

Marqeta::ExpirationOffsetWithMinimum

Properties

Name Type Description Notes
unit String specify if a value is provided; default is YEARS [optional]
value Integer specify if unit is provided; default is 4 [optional]
min_offset MinOffset [optional]

Example

require 'marqeta'

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