GetBillingAccountListInRunResponseDto Data Type

The Class GetBillingAccountListInRunResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
billingAccountsDto BillingAccountsDto The billing accounts dto.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "billingAccountsDto" : {
    "billingAccount" : [ {
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "externalRef1" : "...",
      "code" : "...",
      "externalRef2" : "...",
      "description" : "...",
      "name" : { },
      "address" : { },
      "updatedCode" : "...",
      "jobTitle" : "...",
      "businessAccountModel" : { },
      "customFields" : { },
      "customerAccount" : "...",
      "vatNo" : "...",
      "billingCycle" : "...",
      "registrationNo" : "...",
      "contactInformation" : { },
      "country" : "...",
      "tradingCurrency" : "...",
      "minimumAmountEl" : "...",
      "language" : "...",
      "nextInvoiceDate" : 12345,
      "minimumLabelEl" : "...",
      "subscriptionDate" : 12345,
      "minimumTargetAccount" : "...",
      "terminationDate" : 12345,
      "electronicBilling" : true,
      "minimumAmountElSpark" : "...",
      "status" : "CLOSED",
      "statusDate" : 12345,
      "minimumLabelElSpark" : "...",
      "terminationReason" : "...",
      "minimumChargeTemplate" : "...",
      "email" : "...",
      "invoices" : [ { }, { } ],
      "isCompany" : true,
      "legalEntityType" : { },
      "invoicingThreshold" : 12345.0,
      "phone" : "...",
      "minimumInvoiceSubCategory" : "...",
      "userAccounts" : { },
      "discountPlanForInstantiation" : [ { }, { } ],
      "discountPlanForTermination" : [ "...", "..." ],
      "discountPlanInstance" : [ { }, { } ],
      "mailingType" : "...",
      "emailTemplate" : "...",
      "ccedEmails" : "...",
      "taxCategoryCode" : "...",
      "checkThreshold" : "POSITIVE_RT",
      "infoGdpr" : [ { }, { } ],
      "paymentMethod" : { },
      "thresholdPerEntity" : true,
      "primaryContact" : "...",
      "tagCodes" : [ "...", "..." ]
    }, {
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "externalRef1" : "...",
      "code" : "...",
      "externalRef2" : "...",
      "description" : "...",
      "name" : { },
      "address" : { },
      "updatedCode" : "...",
      "jobTitle" : "...",
      "businessAccountModel" : { },
      "customFields" : { },
      "customerAccount" : "...",
      "vatNo" : "...",
      "billingCycle" : "...",
      "registrationNo" : "...",
      "contactInformation" : { },
      "country" : "...",
      "tradingCurrency" : "...",
      "minimumAmountEl" : "...",
      "language" : "...",
      "nextInvoiceDate" : 12345,
      "minimumLabelEl" : "...",
      "subscriptionDate" : 12345,
      "minimumTargetAccount" : "...",
      "terminationDate" : 12345,
      "electronicBilling" : true,
      "minimumAmountElSpark" : "...",
      "status" : "ACTIVE",
      "statusDate" : 12345,
      "minimumLabelElSpark" : "...",
      "terminationReason" : "...",
      "minimumChargeTemplate" : "...",
      "email" : "...",
      "invoices" : [ { }, { } ],
      "isCompany" : true,
      "legalEntityType" : { },
      "invoicingThreshold" : 12345.0,
      "phone" : "...",
      "minimumInvoiceSubCategory" : "...",
      "userAccounts" : { },
      "discountPlanForInstantiation" : [ { }, { } ],
      "discountPlanForTermination" : [ "...", "..." ],
      "discountPlanInstance" : [ { }, { } ],
      "mailingType" : "...",
      "emailTemplate" : "...",
      "ccedEmails" : "...",
      "taxCategoryCode" : "...",
      "checkThreshold" : "BEFORE_DISCOUNT",
      "infoGdpr" : [ { }, { } ],
      "paymentMethod" : { },
      "thresholdPerEntity" : true,
      "primaryContact" : "...",
      "tagCodes" : [ "...", "..." ]
    } ]
  },
  "actionStatus" : {
    "status" : "FAIL",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}