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

Latest commit

 

History

History
26 lines (20 loc) · 538 Bytes

CalculationSchedule.md

File metadata and controls

26 lines (20 loc) · 538 Bytes

Marqeta::CalculationSchedule

Properties

Name Type Description Notes
token String
value_type String [optional][default to 'PERCENT']
name String
steps Array<Float>
step_values Array<Float>

Example

require 'marqeta'

instance = Marqeta::CalculationSchedule.new(
  token: null,
  value_type: null,
  name: null,
  steps: null,
  step_values: null
)