org.broadleafcommerce.profile.core.domain
Interface CustomerPayment
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- CustomerPaymentImpl
public interface CustomerPayment
- extends Serializable
setId
void setId(Long id)
getId
Long getId()
getCustomer
Customer getCustomer()
setCustomer
void setCustomer(Customer customer)
getBillingAddress
Address getBillingAddress()
setBillingAddress
void setBillingAddress(Address billingAddress)
getPaymentToken
String getPaymentToken()
setPaymentToken
void setPaymentToken(String paymentToken)
isDefault
boolean isDefault()
setDefault
void setDefault(boolean isDefault)
getAdditionalFields
Map<String,String> getAdditionalFields()
setAdditionalFields
void setAdditionalFields(Map<String,String> additionalFields)
Copyright © 2013. All Rights Reserved.