Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 305 Bytes

File metadata and controls

18 lines (12 loc) · 305 Bytes

Komoju::MerchantData

Properties

Name Type Description Notes
name String Display name of the merchant associated with this session.

Example

require 'komoju-sdk'

instance = Komoju::MerchantData.new(
  name: null
)