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

Latest commit

 

History

History
28 lines (22 loc) · 639 Bytes

DepositAccount.md

File metadata and controls

28 lines (22 loc) · 639 Bytes

Marqeta::DepositAccount

Properties

Name Type Description Notes
token String
user_token String [optional]
business_token String [optional]
account_number String
routing_number String
allow_immediate_credit Boolean [optional][default to false]

Example

require 'marqeta'

instance = Marqeta::DepositAccount.new(
  token: null,
  user_token: null,
  business_token: null,
  account_number: null,
  routing_number: null,
  allow_immediate_credit: null
)