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

ChargebackFundingSourceModel.md

File metadata and controls

20 lines (14 loc) · 347 Bytes

Marqeta::ChargebackFundingSourceModel

Properties

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

Example

require 'marqeta'

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