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

Latest commit

 

History

History
28 lines (22 loc) · 776 Bytes

BusinessIncorporation.md

File metadata and controls

28 lines (22 loc) · 776 Bytes

Marqeta::BusinessIncorporation

Properties

Name Type Description Notes
is_public Boolean [optional][default to false]
stock_symbol String [optional]
state_of_incorporation String [optional]
name_registered_under String [optional]
address_registered_under AddressRequestModel [optional]
incorporation_type String [optional]

Example

require 'marqeta'

instance = Marqeta::BusinessIncorporation.new(
  is_public: null,
  stock_symbol: null,
  state_of_incorporation: null,
  name_registered_under: null,
  address_registered_under: null,
  incorporation_type: null
)