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

JitFundingProgramFundingSource.md

File metadata and controls

22 lines (16 loc) · 510 Bytes

Marqeta::JitFundingProgramFundingSource

Properties

Name Type Description Notes
enabled Boolean [optional][default to false]
funding_source_token String required if enabled [optional]
refunds_destination String [optional]

Example

require 'marqeta'

instance = Marqeta::JitFundingProgramFundingSource.new(
  enabled: null,
  funding_source_token: null,
  refunds_destination: null
)