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

RealTimeFeeAssessment.md

File metadata and controls

22 lines (16 loc) · 506 Bytes

Marqeta::RealTimeFeeAssessment

Properties

Name Type Description Notes
transaction_type String [optional]
international_enabled Boolean [optional][default to false]
domestic_enabled Boolean [optional][default to false]

Example

require 'marqeta'

instance = Marqeta::RealTimeFeeAssessment.new(
  transaction_type: null,
  international_enabled: null,
  domestic_enabled: null
)