org.broadleafcommerce.core.payment.domain
Interface PaymentInfoDetail
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- PaymentInfoDetailImpl
public interface PaymentInfoDetail
- extends Serializable
- Author:
- Jerry Ocanas (jocanas)
getId
Long getId()
setId
void setId(Long id)
getPaymentInfo
PaymentInfo getPaymentInfo()
setPaymentInfo
void setPaymentInfo(PaymentInfo paymentInfo)
getType
PaymentInfoDetailType getType()
setType
void setType(PaymentInfoDetailType type)
getAmount
Money getAmount()
setAmount
void setAmount(Money amount)
getCurrency
BroadleafCurrency getCurrency()
setCurrency
void setCurrency(BroadleafCurrency currency)
getDate
Date getDate()
setDate
void setDate(Date date)
Copyright © 2013. All Rights Reserved.