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

Latest commit

 

History

History
22 lines (16 loc) · 424 Bytes

NetworkFeeModel.md

File metadata and controls

22 lines (16 loc) · 424 Bytes

Marqeta::NetworkFeeModel

Properties

Name Type Description Notes
type String [optional]
amount Float [optional]
credit_debit String C = credit; D = debit [optional]

Example

require 'marqeta'

instance = Marqeta::NetworkFeeModel.new(
  type: null,
  amount: null,
  credit_debit: null
)