Name | Type | Description | Notes |
---|---|---|---|
type | String | [optional] | |
amount | Float | [optional] | |
credit_debit | String | C = credit; D = debit | [optional] |
require 'marqeta'
instance = Marqeta::NetworkFeeModel.new(
type: null,
amount: null,
credit_debit: null
)