PaymentGatewayResponseDto Data Type

The Class PaymentGatewayResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
paging PagingAndFiltering The paging.
actionStatus ActionStatus The status response of the web service response.
paymentGateway array of PaymentGatewayDto The payment gateways.

Example

{
  "paging" : {
    "fullTextFilter" : "...",
    "filters" : {
      "property1" : { },
      "property2" : { }
    },
    "fields" : "...",
    "offset" : 12345,
    "limit" : 12345,
    "sortBy" : "...",
    "sortOrder" : "DESCENDING",
    "multiSortOrder" : "...",
    "totalNumberOfRecords" : 12345,
    "loadReferenceDepth" : 12345
  },
  "actionStatus" : {
    "status" : "SUCCESS",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  },
  "paymentGateway" : [ {
    "disabled" : true,
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "type" : "CUSTOM",
    "code" : "...",
    "paymentMethodType" : "STRIPE",
    "scriptInstanceCode" : "...",
    "description" : "...",
    "implementationClassName" : "...",
    "applicationEL" : "...",
    "updatedCode" : "...",
    "countryCode" : "...",
    "tradingCurrencyCode" : "...",
    "cardType" : "MASTERCARD",
    "marchandId" : "...",
    "secretKey" : "...",
    "apiKey" : "...",
    "webhooksSecretKey" : "...",
    "webhooksKeyId" : "...",
    "profile" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "rumSequence" : {
      "genericSequence" : { },
      "paymentGateway" : "...",
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "updatedCode" : "..."
    },
    "sellerCode" : "...",
    "bankCoordinates" : {
      "bankCode" : "...",
      "branchCode" : "...",
      "accountNumber" : "...",
      "key" : "...",
      "iban" : "...",
      "bic" : "...",
      "accountOwner" : "...",
      "bankName" : "...",
      "bankId" : "...",
      "issuerNumber" : "...",
      "issuerName" : "...",
      "ics" : "..."
    }
  }, {
    "disabled" : true,
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "type" : "CUSTOM",
    "code" : "...",
    "paymentMethodType" : "STRIPE",
    "scriptInstanceCode" : "...",
    "description" : "...",
    "implementationClassName" : "...",
    "applicationEL" : "...",
    "updatedCode" : "...",
    "countryCode" : "...",
    "tradingCurrencyCode" : "...",
    "cardType" : "VISA",
    "marchandId" : "...",
    "secretKey" : "...",
    "apiKey" : "...",
    "webhooksSecretKey" : "...",
    "webhooksKeyId" : "...",
    "profile" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "rumSequence" : {
      "genericSequence" : { },
      "paymentGateway" : "...",
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "updatedCode" : "..."
    },
    "sellerCode" : "...",
    "bankCoordinates" : {
      "bankCode" : "...",
      "branchCode" : "...",
      "accountNumber" : "...",
      "key" : "...",
      "iban" : "...",
      "bic" : "...",
      "accountOwner" : "...",
      "bankName" : "...",
      "bankId" : "...",
      "issuerNumber" : "...",
      "issuerName" : "...",
      "ics" : "..."
    }
  } ]
}