Interface CustomerPayment

All Superinterfaces:
AdditionalFields, MultiTenantCloneable<CustomerPayment>, Serializable
All Known Implementing Classes:
CustomerPaymentImpl

public interface CustomerPayment extends AdditionalFields, Serializable, MultiTenantCloneable<CustomerPayment>

This entity is designed to deal with payments associated to an Customer and is used to refer to a saved payment that is stored at the Payment Gateway level. This entity can be used to represent any type of payment, such as credit cards, PayPal accounts, etc.