public interface PaymentInfo extends Serializable
Long getId()
void setId(Long id)
Order getOrder()
void setOrder(Order order)
Address getAddress()
void setAddress(Address address)
Phone getPhone()
void setPhone(Phone phone)
Money getAmount()
void setAmount(Money amount)
String getReferenceNumber()
void setReferenceNumber(String referenceNumber)
PaymentInfoType getType()
void setType(PaymentInfoType type)
void setAmountItems(List<AmountItem> amountItems)
List<AmountItem> getAmountItems()
String getCustomerIpAddress()
void setCustomerIpAddress(String customerIpAddress)
Referenced createEmptyReferenced()
List<PaymentInfoDetail> getPaymentInfoDetails()
void setPaymentInfoDetails(List<PaymentInfoDetail> details)
Money getPaymentCapturedAmount()
Money getPaymentCreditedAmount()
Money getReverseAuthAmount()
BroadleafCurrency getCurrency()
CustomerPayment getCustomerPayment()
void setCustomerPayment(CustomerPayment customerPayment)
List<PaymentResponseItem> getPaymentResponseItems()
void setPaymentResponseItems(List<PaymentResponseItem> paymentResponseItems)
Copyright © 2014. All Rights Reserved.