The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::Schema::PaymentCard - A payment method using a credit

VERSION

version v12.0.0

DESCRIPTION

A payment method using a credit, debit, store or other card to associate the payment with an account.

ATTRIBUTES

cash_back

cashBack

A cardholder benefit that pays the cardholder a small percentage of their net expenditures.

A cash_back should be one of the following types:

Bool
Num

_has_cash_back

A predicate for the "cash_back" attribute.

contactless_payment

contactlessPayment

A secure method for consumers to purchase products or services via debit, credit or smartcards by using RFID or NFC technology.

A contactless_payment should be one of the following types:

Bool

_has_contactless_payment

A predicate for the "contactless_payment" attribute.

floor_limit

floorLimit

A floor limit is the amount of money above which credit card transactions must be authorized.

A floor_limit should be one of the following types:

InstanceOf['SemanticWeb::Schema::MonetaryAmount']

_has_floor_limit

A predicate for the "floor_limit" attribute.

monthly_minimum_repayment_amount

monthlyMinimumRepaymentAmount

The minimum payment is the lowest amount of money that one is required to pay on a credit card statement each month.

A monthly_minimum_repayment_amount should be one of the following types:

InstanceOf['SemanticWeb::Schema::MonetaryAmount']
Num

_has_monthly_minimum_repayment_amount

A predicate for the "monthly_minimum_repayment_amount" attribute.

SEE ALSO

SemanticWeb::Schema::PaymentMethod

SOURCE

The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2021 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)