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

ProgramFundingSourceResponse.md

File metadata and controls

28 lines (22 loc) · 589 Bytes

Marqeta::ProgramFundingSourceResponse

Properties

Name Type Description Notes
name String
active Boolean [optional][default to false]
token String
created_time Time
last_modified_time Time
account String

Example

require 'marqeta'

instance = Marqeta::ProgramFundingSourceResponse.new(
  name: null,
  active: null,
  token: null,
  created_time: null,
  last_modified_time: null,
  account: null
)