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

Latest commit

 

History

History
18 lines (12 loc) · 397 Bytes

ClearingAndSettlement.md

File metadata and controls

18 lines (12 loc) · 397 Bytes

Marqeta::ClearingAndSettlement

Properties

Name Type Description Notes
overdraft_destination String Default value of GPA does not apply when JIT funding is enabled [optional][default to 'GPA']

Example

require 'marqeta'

instance = Marqeta::ClearingAndSettlement.new(
  overdraft_destination: null
)