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

Latest commit

 

History

History
20 lines (14 loc) · 357 Bytes

ChargebackFundingSourceModelAllOf.md

File metadata and controls

20 lines (14 loc) · 357 Bytes

Marqeta::ChargebackFundingSourceModelAllOf

Properties

Name Type Description Notes
name String
credit Boolean [default to false]

Example

require 'marqeta'

instance = Marqeta::ChargebackFundingSourceModelAllOf.new(
  name: null,
  credit: null
)