# MyDataMyConsent::PaymentRequest
# Properties
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | [optional] | |
items | Array<BillPaymentOrderItem> | [optional] | |
currency_code | String | [optional] | |
payment_url | String | [optional] | |
description | String | [optional] | |
due_by_utc | Time | [optional] |
# Example
require 'mydatamyconsent'
instance = MyDataMyConsent::PaymentRequest.new(
identifier: null,
items: null,
currency_code: null,
payment_url: null,
description: null,
due_by_utc: null
)
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10