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

Latest commit

 

History

History
34 lines (28 loc) · 888 Bytes

OriginalCredit.md

File metadata and controls

34 lines (28 loc) · 888 Bytes

Marqeta::OriginalCredit

Properties

Name Type Description Notes
transaction_type String [optional]
funding_source String [optional]
sender_account_type String [optional]
sender_name String [optional]
sender_address String [optional]
sender_city String [optional]
sender_state String [optional]
sender_country String [optional]
screening_score String [optional]

Example

require 'marqeta'

instance = Marqeta::OriginalCredit.new(
  transaction_type: null,
  funding_source: null,
  sender_account_type: null,
  sender_name: null,
  sender_address: null,
  sender_city: null,
  sender_state: null,
  sender_country: null,
  screening_score: null
)