Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 337 Bytes

KeyedDataFormat.md

File metadata and controls

18 lines (12 loc) · 337 Bytes

WorldnetPayments::KeyedDataFormat

Properties

Name Type Description Notes
data_format String [optional][default to 'PLAIN_TEXT']

Example

require 'worldnet_payments'

instance = WorldnetPayments::KeyedDataFormat.new(
  data_format: null
)