Uses of Class
org.salespointframework.payment.PaymentMethod
| Package | Description |
|---|---|
| org.salespointframework.accountancy |
Accountancy subsystem.
|
| org.salespointframework.order |
The order subsystem.
|
| org.salespointframework.payment |
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 PaymentMethod Modifier and Type Method Description PaymentMethodProductPaymentEntry. getPaymentMethod()ThePaymentMethodchosen for the order belonging to thisProductPaymentEntryConstructors in org.salespointframework.accountancy with parameters of type PaymentMethod Constructor Description ProductPaymentEntry(OrderIdentifier orderIdentifier, UserAccount userAccount, javax.money.MonetaryAmount amount, String description, PaymentMethod paymentMethod)AProductPaymentEntryis constructed for a specificOrderIdentifierattached to it. -
Uses of PaymentMethod in org.salespointframework.order
Methods in org.salespointframework.order that return PaymentMethod Modifier and Type Method Description PaymentMethodOrder. getPaymentMethod()Methods in org.salespointframework.order with parameters of type PaymentMethod Modifier and Type Method Description voidOrder. setPaymentMethod(PaymentMethod paymentMethod)Constructors in org.salespointframework.order with parameters of type PaymentMethod Constructor Description Order(UserAccount userAccount, PaymentMethod paymentMethod) -
Uses of PaymentMethod in org.salespointframework.payment
Subclasses of PaymentMethod in org.salespointframework.payment Modifier and Type Class Description classCashThe cashPaymentMethodis used to designate all payments made in cash.classChequeA 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.classCreditCardA credit card.classDebitCardA debit card provides the holder with electronic access to his or her bank account.classPaymentCardAPaymentCardis used to charge the cost of goods or services to an account, belonging to the party identified on the card.