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

Latest commit

 

History

History
22 lines (16 loc) · 408 Bytes

MerchantScope.md

File metadata and controls

22 lines (16 loc) · 408 Bytes

Marqeta::MerchantScope

Properties

Name Type Description Notes
mid String 36 char max [optional]
mcc String 4 char max [optional]
mcc_group String 36 char max [optional]

Example

require 'marqeta'

instance = Marqeta::MerchantScope.new(
  mid: null,
  mcc: null,
  mcc_group: null
)