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

Latest commit

 

History

History
28 lines (22 loc) · 676 Bytes

FeeUpdateRequest.md

File metadata and controls

28 lines (22 loc) · 676 Bytes

Marqeta::FeeUpdateRequest

Properties

Name Type Description Notes
name String [optional]
amount Float [optional]
tags String [optional]
currency_code String [optional]
active Boolean [optional][default to true]
real_time_assessment RealTimeFeeAssessmentRequest [optional]

Example

require 'marqeta'

instance = Marqeta::FeeUpdateRequest.new(
  name: null,
  amount: null,
  tags: null,
  currency_code: null,
  active: null,
  real_time_assessment: null
)