InvoiceCancellation

data class InvoiceCancellation(val externalId: String)

Request body sent when cancelling a Collection invoice.

MTN's cancel-invoice endpoint is a DELETE that carries a JSON body identifying the cancellation, e.g. { "externalId": "..." }.

Constructors

Link copied to clipboard
constructor(externalId: String)

Properties

Link copied to clipboard

A client-supplied correlation ID for the cancellation request.