MyDataMyConsent::BillPaymentOrderItem
Properties
| Name | Type | Description | Notes |
| name | String | | [optional] |
| amount | Float | | [optional] |
Example
require 'mydatamyconsent'
instance = MyDataMyConsent::BillPaymentOrderItem.new(
name: null,
amount: null
)
1
2
3
4
5
6