Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 303 Bytes

File metadata and controls

18 lines (12 loc) · 303 Bytes

Komoju::CustomerMetadata

Properties

Name Type Description Notes
order_id String Example metadata key: merchant order ID.

Example

require 'komoju-sdk'

instance = Komoju::CustomerMetadata.new(
  order_id: null
)