Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 327 Bytes

PaymentOrderItem.md

File metadata and controls

20 lines (14 loc) · 327 Bytes

MyDataMyConsent::PaymentOrderItem

Properties

Name Type Description Notes
name String
amount Float

Example

require 'mydatamyconsent'

instance = MyDataMyConsent::PaymentOrderItem.new(
  name: null,
  amount: null
)