Sha256: 903cca1ff81b0bc039b8f633f81587bb757ddfe9b3c1985ad152c8a6bc91c1b9

Contents?: true

Size: 1.94 KB

Versions: 20

Compression:

Stored size: 1.94 KB

Contents

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<catalog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="CatalogSchema.xsd ">
  <effectiveDate>2013-02-08T00:00:00+00:00</effectiveDate>
  <catalogName>Movies</catalogName>
  <recurringBillingMode>IN_ADVANCE</recurringBillingMode>
  <currencies>
    <currency>USD</currency>
  </currencies>
  <products>
    <product name="Basic">
      <category>BASE</category>
    </product>
  </products>
  <rules>
    <changePolicy>
      <changePolicyCase>
        <policy>END_OF_TERM</policy>
      </changePolicyCase>
    </changePolicy>
    <changeAlignment>
      <changeAlignmentCase>
        <alignment>START_OF_BUNDLE</alignment>
      </changeAlignmentCase>
    </changeAlignment>
    <cancelPolicy>
      <cancelPolicyCase>
        <policy>END_OF_TERM</policy>
      </cancelPolicyCase>
    </cancelPolicy>
    <createAlignment>
      <createAlignmentCase>
        <alignment>START_OF_BUNDLE</alignment>
      </createAlignmentCase>
    </createAlignment>
    <billingAlignment>
      <billingAlignmentCase>
        <alignment>ACCOUNT</alignment>
      </billingAlignmentCase>
    </billingAlignment>
    <priceList>
      <priceListCase>
        <toPriceList>DEFAULT</toPriceList>
      </priceListCase>
    </priceList>
  </rules>
  <plans>
    <plan name="basic-monthly">
      <product>Basic</product>
      <finalPhase type="EVERGREEN">
        <duration>
          <unit>UNLIMITED</unit>
        </duration>
        <recurring>
          <billingPeriod>MONTHLY</billingPeriod>
          <recurringPrice>
            <price>
              <currency>USD</currency>
              <value>1000.00</value>
            </price>
          </recurringPrice>
        </recurring>
      </finalPhase>
    </plan>
  </plans>
  <priceLists>
    <defaultPriceList name="DEFAULT">
      <plans>
        <plan>basic-monthly</plan>
      </plans>
    </defaultPriceList>
  </priceLists>
</catalog>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
kaui-2.1.0 test/fixtures/catalog-v1.xml
kaui-2.0.4 test/fixtures/catalog-v1.xml
kaui-2.0.3 test/fixtures/catalog-v1.xml
kaui-2.0.2 test/fixtures/catalog-v1.xml
kaui-2.0.1 test/fixtures/catalog-v1.xml
kaui-2.0.0 test/fixtures/catalog-v1.xml
kaui-1.4.1 test/fixtures/catalog-v1.xml
kaui-1.4.0 test/fixtures/catalog-v1.xml
kaui-1.3.0 test/fixtures/catalog-v1.xml
kaui-1.2.0 test/fixtures/catalog-v1.xml
kaui-1.1.0 test/fixtures/catalog-v1.xml
kaui-1.0.0 test/fixtures/catalog-v1.xml
kaui-0.16.2 test/fixtures/catalog-v1.xml
kaui-0.16.1 test/fixtures/catalog-v1.xml
kaui-0.16.0 test/fixtures/catalog-v1.xml
kaui-0.15.5 test/fixtures/catalog-v1.xml
kaui-0.15.4 test/fixtures/catalog-v1.xml
kaui-0.15.3 test/fixtures/catalog-v1.xml
kaui-0.15.2 test/fixtures/catalog-v1.xml
kaui-0.15.1 test/fixtures/catalog-v1.xml