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

CardholderUpdateCachedBalance.md

File metadata and controls

20 lines (14 loc) · 379 Bytes

Marqeta::CardholderUpdateCachedBalance

Properties

Name Type Description Notes
cached_balance Float [readonly]
last_updated_time Time

Example

require 'marqeta'

instance = Marqeta::CardholderUpdateCachedBalance.new(
  cached_balance: null,
  last_updated_time: null
)