GenericSequenceValueResponseDto Data Type

Sequence value response DTO representation.

Implemented Interfaces
Serializable
Properties
name data type description
sequence GenericSequenceDto
value string
seller string
actionStatus ActionStatus The status response of the web service response.
paymentGateway string

Example

{
  "sequence" : {
    "prefix" : "...",
    "sequenceSize" : 12345,
    "currentSequenceNb" : 12345
  },
  "value" : "...",
  "seller" : "...",
  "actionStatus" : {
    "status" : "SUCCESS",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  },
  "paymentGateway" : "..."
}