PaymentCard example

From Financial Industry Business Ontology Community Group

Example for PaymentCard

TYPES: PaymentCard

PRE-MARKUP:

<b>Wells Fargo Platinum Debit Card.</b>
Customers with an eligible Wells Fargo Checking account can make everyday purchases using their Platinum debit card worldwide at participating retailers and service providers – including online or by phone. Pay with confidence knowing your Wells Fargo Debit Card comes with many protection features and is a safe way to pay.
<a href="https://www.wellsfargo.com/debit-card/#overview">Overview</a>

MICRODATA:

<div itemscope itemtype="http://schema.org/PaymentCard">
  <b><span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
    <span itemprop="offeredBy" itemscope itemtype="http://schema.org/BankOrCreditUnion">
      <span itemprop="name">Wells Fargo</span>
    </span>
    <meta itemprop="businessFunction" content="http://purl.org/goodrelations/v1#ProvideService" />
  </span>
  <span itemprop="name">Platinum Debit Card.</span></b>
  <meta itemprop="category" content="Debit Card"/>
  <p itemprop="description">
    Customers with an eligible Wells Fargo Checking account can make everyday purchases using their Platinum debit card worldwide at participating retailers and service providers – including online or by phone. Pay with confidence knowing your Wells Fargo Debit Card comes with many protection features and is a safe way to pay.
  </p>
  <a itemprop="feesAndCommissionsSpecification" href="https://www.wellsfargo.com/debit-card/#overview">Overview</a>
</div>

RDFA:

<div itemscope itemtype="http://schema.org/PaymentCard">
  <b><span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
    <span itemprop="offeredBy" itemscope itemtype="http://schema.org/BankOrCreditUnion">
      <span itemprop="name">Wells Fargo</span>
    </span>
    <meta itemprop="businessFunction" content="http://purl.org/goodrelations/v1#ProvideService" />
  </span>
  <span itemprop="name">Platinum Debit Card.</span></b>
  <meta itemprop="category" content="Debit Card"/>
  <p itemprop="description">
    Customers with an eligible Wells Fargo Checking account can make everyday purchases using their Platinum debit card worldwide at participating retailers and service providers – including online or by phone. Pay with confidence knowing your Wells Fargo Debit Card comes with many protection features and is a safe way to pay.
  </p>
  <a itemprop="feesAndCommissionsSpecification" href="https://www.wellsfargo.com/debit-card/#overview">Overview</a>
</div>

JSON:

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "PaymentCard",
  "name": "Platinum Debit Card",
  "category": "Debit Card",
  "offers": {
      "@type": "Offer",
      "offeredBy": {
        "@type": "BankOrCreditUnion",
        "name":"Wells Fargo"
      },
      "businessFunction": "http://purl.org/goodrelations/v1#ProvideService"
  },
  "description": "Customers with an eligible Wells Fargo Checking account can make everyday purchases using their Platinum debit card worldwide at participating retailers and service providers – including online or by phone. Pay with confidence knowing your Wells Fargo Debit Card comes with many protection features and is a safe way to pay.",
  "feesAndCommisionsSpecification": "https://www.wellsfargo.com/debit-card/#overview"
}
</script>