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) · 409 Bytes

Available.md

File metadata and controls

22 lines (16 loc) · 409 Bytes

Marqeta::Available

Properties

Name Type Description Notes
uses Integer Uses available [default to 0]
amount Float
days_remaining Integer Days remaining [optional]

Example

require 'marqeta'

instance = Marqeta::Available.new(
  uses: null,
  amount: null,
  days_remaining: null
)