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

HoldIncrease.md

File metadata and controls

20 lines (14 loc) · 322 Bytes

Marqeta::HoldIncrease

Properties

Name Type Description Notes
type String [default to 'AMOUNT']
value Float

Example

require 'marqeta'

instance = Marqeta::HoldIncrease.new(
  type: null,
  value: null
)