org.broadleafcommerce.core.payment.domain
Interface PaymentInfo
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- PaymentInfoImpl
public interface PaymentInfo
- extends Serializable
getId
Long getId()
setId
void setId(Long id)
getOrder
Order getOrder()
setOrder
void setOrder(Order order)
getAddress
Address getAddress()
setAddress
void setAddress(Address address)
getPhone
Phone getPhone()
setPhone
void setPhone(Phone phone)
getAmount
Money getAmount()
setAmount
void setAmount(Money amount)
getReferenceNumber
String getReferenceNumber()
setReferenceNumber
void setReferenceNumber(String referenceNumber)
getType
PaymentInfoType getType()
setType
void setType(PaymentInfoType type)
setAmountItems
void setAmountItems(List<AmountItem> amountItems)
getAmountItems
List<AmountItem> getAmountItems()
getCustomerIpAddress
String getCustomerIpAddress()
setCustomerIpAddress
void setCustomerIpAddress(String customerIpAddress)
getAdditionalFields
Map<String,String> getAdditionalFields()
setAdditionalFields
void setAdditionalFields(Map<String,String> additionalFields)
getRequestParameterMap
Map<String,String[]> getRequestParameterMap()
setRequestParameterMap
void setRequestParameterMap(Map<String,String[]> requestParameterMap)
createEmptyReferenced
Referenced createEmptyReferenced()
getPaymentInfoDetails
List<PaymentInfoDetail> getPaymentInfoDetails()
setPaymentInfoDetails
void setPaymentInfoDetails(List<PaymentInfoDetail> details)
getPaymentCapturedAmount
Money getPaymentCapturedAmount()
getPaymentCreditedAmount
Money getPaymentCreditedAmount()
getReverseAuthAmount
Money getReverseAuthAmount()
getCurrency
BroadleafCurrency getCurrency()
getCustomerPayment
CustomerPayment getCustomerPayment()
setCustomerPayment
void setCustomerPayment(CustomerPayment customerPayment)
getPaymentResponseItems
List<PaymentResponseItem> getPaymentResponseItems()
setPaymentResponseItems
void setPaymentResponseItems(List<PaymentResponseItem> paymentResponseItems)
Copyright © 2013. All Rights Reserved.