| Name | Type | Description | Notes |
|---|---|---|---|
| identifier | String | ||
| items | Array<PaymentOrderItem> | ||
| currency_code | String | ||
| payment_url | String | [optional] | |
| description | String | ||
| due_by_utc | Time |
require 'mydatamyconsent'
instance = MyDataMyConsent::DocumentIssueRequestPaymentRequest.new(
identifier: null,
items: null,
currency_code: null,
payment_url: null,
description: null,
due_by_utc: null
)