Uses of Class
org.salespointframework.payment.PaymentMethod
Packages that use PaymentMethod
Package
Description
Accountancy subsystem.
The order subsystem.
The payment subsystem with domain types to capture payment information (credit cards etc.).
-
Uses of PaymentMethod in org.salespointframework.accountancy
Methods in org.salespointframework.accountancy that return PaymentMethodModifier and TypeMethodDescriptionProductPaymentEntry.getPaymentMethod()ThePaymentMethodchosen for the order belonging to thisProductPaymentEntryConstructors in org.salespointframework.accountancy with parameters of type PaymentMethodModifierConstructorDescriptionProductPaymentEntry(Order.OrderIdentifier orderIdentifier, UserAccount userAccount, javax.money.MonetaryAmount amount, String description, PaymentMethod paymentMethod) AProductPaymentEntryis constructed for a specificOrder.OrderIdentifierattached to it. -
Uses of PaymentMethod in org.salespointframework.order
Methods in org.salespointframework.order that return PaymentMethodMethods in org.salespointframework.order with parameters of type PaymentMethodConstructors in org.salespointframework.order with parameters of type PaymentMethod -
Uses of PaymentMethod in org.salespointframework.payment
Subclasses of PaymentMethod in org.salespointframework.paymentModifier and TypeClassDescriptionfinal classThe cashPaymentMethodis used to designate all payments made in cash.final classA 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 classA credit card.final classA debit card provides the holder with electronic access to his or her bank account.classAPaymentCardis used to charge the cost of goods or services to an account, belonging to the party identified on the card.