PaymentNoticeListType
No description
type PaymentNoticeListType {
PaymentNoticeList(
_filter: String
identifier: [token]
request: [reference]
created: [date]
_lastUpdated: [date]
_security: [token]
payment_status: [token]
_profile: [uri]
provider: [reference]
response: [reference]
_tag: [token]
_source: [uri]
_id: [token]
_text: [String]
_content: [String]
status: [token]
_sort: String
_count: Int
_cursor: String
): [PaymentNotice]
}