Graphql fields and variables for the paymentApplication query
Last updated 1 month ago
Was this helpful?
Scope required: standard:read
For a complete list of possible response fields see the type.
query paymentApplication ($id: ID, $code: String, $format: String) { paymentApplication (id: $id, code: $code, format: $format) { amount createdAt currencyId id invoiceId memo paymentId paymentType updatedAt } }
id
ID
code
String
format