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

FeeDetail.md

File metadata and controls

26 lines (20 loc) · 488 Bytes

Marqeta::FeeDetail

Properties

Name Type Description Notes
token String 36 char max
memo String [optional]
tags String [optional]
transaction_token String
fee Fee

Example

require 'marqeta'

instance = Marqeta::FeeDetail.new(
  token: null,
  memo: null,
  tags: null,
  transaction_token: null,
  fee: null
)