providerDto Data Type

The Class ProviderDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
code string attribute 1/1 The code.
bankCoordinates bankCoordinatesDto element 0/1 The bank coordinates.
country string element 0/1 The country.
currency string element 0/1 The currency.
customFields customFieldsDto element 0/1 The custom fields.
description string element 0/1 The description.
discountAccountingCode string element 0/1 The discount accounting code.
email string element 0/1 The email.
enterprise boolean element 0/1 The enterprise.
invoiceConfiguration invoiceConfigurationDto element 0/1 The invoice configuration.
invoiceRounding int element 1/1 The invoice amount rounding.
invoiceRoundingMode roundingModeEnum element 0/1 The invoice amount rounding mode.
language string element 0/1 The language.
levelDuplication boolean element 0/1 The level duplication.
multiCountry boolean element 0/1 The multi country.
multiCurrency boolean element 0/1 The multi currency.
multiLanguage boolean element 0/1 The multi language.
prepaidReservationExpirationDelayinMillisec long element 0/1 The prepaid reservation expiration delayin millisec.
recognizeRevenue boolean element 0/1 The recognize revenue.
rounding int element 0/1 The rounding.
roundingMode roundingModeEnum element 0/1 The Rating amount rounding mode
userAccount string element 0/1 The user account.
Properties inherited from auditableEntityDto
auditable auditableDto element 0/1  
auditableField auditableFieldDto element 0/unbounded  

Example

<Provider code="...">
  <description>...</description>
  <currency>...</currency>
  <country>...</country>
  <language>...</language>
  <multiCurrency>...</multiCurrency>
  <multiCountry>...</multiCountry>
  <multiLanguage>...</multiLanguage>
  <userAccount>...</userAccount>
  <enterprise>...</enterprise>
  <levelDuplication>...</levelDuplication>
  <rounding>...</rounding>
  <roundingMode>...</roundingMode>
  <invoiceRounding>...</invoiceRounding>
  <invoiceRoundingMode>...</invoiceRoundingMode>
  <prepaidReservationExpirationDelayinMillisec>...</prepaidReservationExpirationDelayinMillisec>
  <email>...</email>
  <bankCoordinates>
    <bankCode>...</bankCode>
    <branchCode>...</branchCode>
    <accountNumber>...</accountNumber>
    <key>...</key>
    <iban>...</iban>
    <bic>...</bic>
    <accountOwner>...</accountOwner>
    <bankName>...</bankName>
    <bankId>...</bankId>
    <issuerNumber>...</issuerNumber>
    <issuerName>...</issuerName>
    <ics>...</ics>
  </bankCoordinates>
  <recognizeRevenue>...</recognizeRevenue>
  <invoiceConfiguration>
    <displaySubscriptions>...</displaySubscriptions>
    <displayServices>...</displayServices>
    <displayOffers>...</displayOffers>
    <displayEdrs>...</displayEdrs>
    <displayProvider>...</displayProvider>
    <displayCfAsXML>...</displayCfAsXML>
    <displayPricePlans>...</displayPricePlans>
    <displayDetail>...</displayDetail>
    <displayChargesPeriods>...</displayChargesPeriods>
    <displayBillingCycle>...</displayBillingCycle>
    <displayFreeTransacInInvoice>...</displayFreeTransacInInvoice>
    <displayOrders>...</displayOrders>
    <currentInvoiceNb>...</currentInvoiceNb>
  </invoiceConfiguration>
  <customFields>
    <customField code="..." description="..." valueDate="..." valuePeriodEndDate="..." valuePeriodPriority="..." valuePeriodStartDate="...">
      <fieldType>...</fieldType>
      <languageDescriptions/>
      <stringValue>...</stringValue>
      <dateValue>...</dateValue>
      <longValue>...</longValue>
      <doubleValue>...</doubleValue>
      <booleanValue>...</booleanValue>
      <listValue>
        <value/>
      </listValue>
      <mapValue>...</mapValue>
      <entityReferenceValue/>
      <indexType>...</indexType>
      <fileValue>...</fileValue>
      <formattedValue/>
      <guiPosition>...</guiPosition>
    </customField>
    <inheritedCustomField code="..." description="..." valueDate="..." valuePeriodEndDate="..." valuePeriodPriority="..." valuePeriodStartDate="...">
      <fieldType>...</fieldType>
      <languageDescriptions/>
      <stringValue>...</stringValue>
      <dateValue>...</dateValue>
      <longValue>...</longValue>
      <doubleValue>...</doubleValue>
      <booleanValue>...</booleanValue>
      <listValue>
        <value/>
      </listValue>
      <mapValue>...</mapValue>
      <entityReferenceValue/>
      <indexType>...</indexType>
      <fileValue>...</fileValue>
      <formattedValue/>
      <guiPosition>...</guiPosition>
    </inheritedCustomField>
  </customFields>
  <auditable created="..." creator="..." updated="..." updater="..."/>
  <auditableFields>
    <auditableField actor="..." changeOrigin="..." code="..." created="..." currentState="..." description="..." entityClass="..." fieldName="..." id="..." originName="..." previousState="...">
      <auditable/>
      <auditableFields>
        <auditableField/>
      </auditableFields>
      <updatedCode>...</updatedCode>
    </auditableField>
  </auditableFields>
</Provider>