org.broadleafcommerce.profile.core.domain
Interface CustomerPayment

All Superinterfaces:
Serializable
All Known Implementing Classes:
CustomerPaymentImpl

public interface CustomerPayment
extends Serializable


Method Summary
 Map<String,String> getAdditionalFields()
           
 Address getBillingAddress()
           
 Customer getCustomer()
           
 Long getId()
           
 String getPaymentToken()
           
 boolean isDefault()
           
 void setAdditionalFields(Map<String,String> additionalFields)
           
 void setBillingAddress(Address billingAddress)
           
 void setCustomer(Customer customer)
           
 void setDefault(boolean isDefault)
           
 void setId(Long id)
           
 void setPaymentToken(String paymentToken)
           
 

Method Detail

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.