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

ProgramTransferTypeReponse.md

File metadata and controls

28 lines (22 loc) · 634 Bytes

Marqeta::ProgramTransferTypeReponse

Properties

Name Type Description Notes
token String
program_funding_source_token String
tags String [optional]
memo String [optional]
created_time Time [optional]
last_modified_time Time [optional]

Example

require 'marqeta'

instance = Marqeta::ProgramTransferTypeReponse.new(
  token: null,
  program_funding_source_token: null,
  tags: null,
  memo: null,
  created_time: null,
  last_modified_time: null
)