GetProviderResponse Data Type

The Class GetProviderResponse.

Available Since
Oct 7, 2013
Implemented Interfaces
Serializable
Properties
name data type description
provider ProviderDto The provider.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "provider" : {
    "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" : "..."
    } ],
    "code" : "...",
    "description" : "...",
    "currency" : "...",
    "country" : "...",
    "language" : "...",
    "multiCurrency" : true,
    "multiCountry" : true,
    "multiLanguage" : true,
    "userAccount" : "...",
    "enterprise" : true,
    "levelDuplication" : true,
    "rounding" : 12345,
    "roundingMode" : "HALF_EVEN",
    "invoiceRounding" : 12345,
    "invoiceRoundingMode" : "NEAREST",
    "prepaidReservationExpirationDelayinMillisec" : 12345,
    "email" : "...",
    "bankCoordinates" : {
      "bankCode" : "...",
      "branchCode" : "...",
      "accountNumber" : "...",
      "key" : "...",
      "iban" : "...",
      "bic" : "...",
      "accountOwner" : "...",
      "bankName" : "...",
      "bankId" : "...",
      "issuerNumber" : "...",
      "issuerName" : "...",
      "ics" : "..."
    },
    "paymentPlanPolicy" : {
      "defaultInstallmentCount" : 12345,
      "maxPaymentPlanDuration" : 12345,
      "defaultFeePerInstallmentPlan" : 12345,
      "installmentAmountRounding" : 12345,
      "defaultInterestRate" : 12345,
      "minAllowedReceivableAmount" : 12345.0,
      "maxAllowedReceivableAmount" : 12345.0,
      "minInstallmentAmount" : 12345.0,
      "theresHoldForApproval" : 12345.0,
      "splitEvenly" : true,
      "allowCustomInstallmentPlan" : true,
      "addInterestRate" : true,
      "addInstallmentFee" : true,
      "defaultBlockPayments" : true,
      "requireInternalApproval" : true,
      "defaultRecurrenceUnit" : "DAY",
      "actionOnRemainingAmount" : "LAST",
      "clearingPriority" : "OLDEST",
      "allowedPaymentMethods" : [ "DIRECTDEBIT", "WIRETRANSFER" ],
      "dunningDefaultPauseReason" : 12345,
      "defaultStartingDateOfPlan" : "FIRST_DAY_OF_NEXT_MONTH",
      "allowedCreditCategories" : [ 12345, 12345 ]
    },
    "recognizeRevenue" : true,
    "invoiceConfiguration" : {
      "displaySubscriptions" : true,
      "displayServices" : true,
      "displayOffers" : true,
      "displayEdrs" : true,
      "displayProvider" : true,
      "displayCfAsXML" : true,
      "displayPricePlans" : true,
      "displayDetail" : true,
      "displayChargesPeriods" : true,
      "displayBillingCycle" : true,
      "displayFreeTransacInInvoice" : true,
      "displayOrders" : true,
      "currentInvoiceNb" : 12345,
      "displayWalletOperations" : true,
      "defaultInvoiceSubcategoryCode" : "...",
      "defaultGenericArticleCode" : "...",
      "defaultDiscountArticleCode" : "...",
      "defaultAdvancedPaymentArticleCode" : "...",
      "defaultInvoiceMinimumArticleCode" : "...",
      "displayUserAccountHierarchy" : true,
      "displayTaxDetails" : true
    },
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "cdrDeduplicationKeyEL" : "..."
  },
  "actionStatus" : {
    "status" : "SUCCESS",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}