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

AchVerificationModel.md

File metadata and controls

22 lines (16 loc) · 445 Bytes

Marqeta::AchVerificationModel

Properties

Name Type Description Notes
verify_amount1 Float [optional]
verify_amount2 Float [optional]
active Boolean [optional][default to false]

Example

require 'marqeta'

instance = Marqeta::AchVerificationModel.new(
  verify_amount1: null,
  verify_amount2: null,
  active: null
)