Skip to content

Commit

Permalink
Removed invalid CreditCard example
Browse files Browse the repository at this point in the history
  • Loading branch information
Dataliberate committed Jun 17, 2019
1 parent 4724add commit 56a0367
Showing 1 changed file with 0 additions and 94 deletions.
94 changes: 0 additions & 94 deletions data/ext/pending/issue-1253-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -368,100 +368,6 @@ JSON:
</script>


TYPES: CreditCard

PRE-MARKUP:

ExampleBank® Platinum Cashback Credit Card
Credit limit of £1,200.
Annual fee £25
Representative 28.2% APR variable.
Interest rate for purchases: 22.9%
An ongoing 1.25% cashback on virtually every full pound you spend.
45 days grace period.
You can now use your ExampleBank® Card to pay using contactless for everyday items in thousands of shops, restaurants and bars.

MICRODATA:

<div itemscope itemtype="http://schema.org/CreditCard">
<span itemprop="name">ExampleBank® Platinum Cashback Credit Card</span>
<span itemprop="amount" itemscope itemtype="http://schema.org/MonetaryAmount">Credit limit of <span itemprop="currency" content="GBP">£</span><span itemprop="minAmount">1200</span>.</span>
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<meta itemprop="offeredBy" content="ExampleBank"/>
<span itemprop="priceSpecification" itemscope itemtype="http://schema.org/UnitPriceSpecification">Annual fee
<span itemprop="priceCurrency" content="GBP">£</span>
<span itemprop="price">25</span>
<span itemprop="referenceQuantity" itemscope itemtype="http://schema.org/QuantitativeValue">
<meta itemprop="value" content="1"/><meta itemprop="unitCode" content="ANN"/>
</span>
</span>
</span>
<span>Representative <span itemprop="annualPercentageRate">28.2</span>% APR variable.</span>
<span>Interest rate for purchases: <span itemprop="interestRate">22.9</span>%</span>
<span>An ongoing <span itemprop="cashBack">1.25</span>% cashback on virtually every full pound you spend.</span>
<span itemprop="gracePeriod" content="P45D">45 days grace period.</span>
<span itemprop="contactlessPayment" content="true">You can now use your ExampleBank® Card to pay using contactless for everyday items in thousands of shops, restaurants and bars.</span>
</div>

RDFA:

<div vocab="http://schema.org/" typeof="CreditCard">
<span property="name">ExampleBank® Platinum Cashback Credit Card</span>
<span property="amount" typeof="MonetaryAmount">Credit limit of <span property="currency" content="GBP">£</span><span property="minAmount">1200</span>.</span>
<span property="offers" typeof="Offer">
<meta property="offeredBy" content="ExampleBank"/>
<span property="priceSpecification" typeof="UnitPriceSpecification">Annual fee
<span property="priceCurrency" content="GBP">£</span>
<span property="price">25</span>
<span property="referenceQuantity" typeof="QuantitativeValue">
<meta property="value" content="1"/><meta property="unitCode" content="ANN"/>
</span>
</span>
</span>
<span>Representative <span property="annualPercentageRate">28.2</span>% APR variable.</span>
<span>Interest rate for purchases: <span property="interestRate">22.9</span>%</span>
<span>An ongoing <span property="cashBack">1.25</span>% cashback on virtually every full pound you spend.</span>
<span property="gracePeriod" content="P45D">45 days grace period.</span>
<span property="contactlessPayment" content="true">You can now use your ExampleBank® Card to pay using contactless for everyday items in thousands of shops, restaurants and bars.</span>
</div>

JSON:

<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "CreditCard",
"name": "ExampleBank® Platinum Cashback Credit Card",
"amount": {
"@type": "MonetaryAmount",
"minAmount": "1200",
"currency": "GBP"
},
"offers": {
"@type": "Offer",
"offeredBy": {
"@type": "BankOrCreditUnion",
"name":"ExampleBank"
},
"priceSpecification": {
"@type": "UnitPriceSpecification",
"price": "25",
"priceCurrency": "GBP",
"referenceQuantity": {
"@type": "QuantitativeValue",
"value": "1",
"unitCode": "ANN"
}
}
},
"annualPercentageRate": "28.2",
"interestRate": "22.9",
"cashBack": "1.25",
"gracePeriod": "P45D",
"contactlessPayment": "true"
}
</script>


TYPES: BankTransfer

Expand Down

0 comments on commit 56a0367

Please sign in to comment.