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

Latest commit

 

History

History
30 lines (24 loc) · 692 Bytes

FeeRequest.md

File metadata and controls

30 lines (24 loc) · 692 Bytes

Marqeta::FeeRequest

Properties

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

Example

require 'marqeta'

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