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

ProgramFundingSourceRequest.md

File metadata and controls

22 lines (16 loc) · 413 Bytes

Marqeta::ProgramFundingSourceRequest

Properties

Name Type Description Notes
name String
active Boolean [optional][default to false]
token String [optional]

Example

require 'marqeta'

instance = Marqeta::ProgramFundingSourceRequest.new(
  name: null,
  active: null,
  token: null
)