Uses of Class
org.salespointframework.payment.PaymentMethod
Package
Description
Accountancy subsystem with services for accounting and bookkeeping.
The order subsystem.
The payment subsystem with domain types to capture payment information (credit cards etc.).
-
Uses of PaymentMethod in org.salespointframework.accountancy
Modifier and TypeMethodDescriptionOrderPaymentEntry.getPaymentMethod()
ThePaymentMethod
chosen for the order belonging to thisOrderPaymentEntry
.ModifierConstructorDescriptionOrderPaymentEntry
(Order.OrderIdentifier orderIdentifier, UserAccount.UserAccountIdentifier userAccountIdentifier, javax.money.MonetaryAmount amount, String description, PaymentMethod paymentMethod) AProductPaymentEntry
is constructed for a specificOrder.OrderIdentifier
attached to it. -
Uses of PaymentMethod in org.salespointframework.order
Modifier and TypeMethodDescriptionvoid
Order.setPaymentMethod
(PaymentMethod paymentMethod) Sets the givenPaymentMethod
for theOrder
ModifierConstructorDescriptionOrder
(UserAccount.UserAccountIdentifier userAccountIdentifier, PaymentMethod paymentMethod) Order
(UserAccount userAccount, PaymentMethod paymentMethod) Deprecated, for removal: This API element is subject to removal in a future version.since 9.0. -
Uses of PaymentMethod in org.salespointframework.payment
Modifier and TypeClassDescriptionfinal class
The cashPaymentMethod
is used to designate all payments made in cash.final class
A is a written bill of exchange (or draft), a written order by the drawer (the writer of the cheque) to the drawee (usually the bank), to pay a specified amount of money to a payee.final class
A credit card.final class
A debit card provides the holder with electronic access to his or her bank account.class
APaymentCard
is used to charge the cost of goods or services to an account, belonging to the party identified on the card.