Contract.ColumnBasedPaymentsImportResponse

The response model containing the id of the created payment import and the token needed to associate a CSV to the import.

Name / Description Type / Format Example
paymentsImportId
Gets or sets the payment import identifier.
string uuid "string"
token
Gets or sets the write-once access token.
string "string"
{
  "paymentsImportId": "string",
  "token": "string"
}
Contained in Models

- none -

Consumed by Operations

- none -