OBJECT
FiscalPaymentPayload
link GraphQL Schema definition
- type FiscalPaymentPayload {
- # A list of failed validations. May be blank or null if mutation succeeded.
- : [ValidationMessage]
- # The object created/updated/deleted by the mutation. May be null if mutation
- # failed.
- : FiscalPayment
- # Indicates if the mutation completed successfully or not.
- : Boolean!
- }