Class MyFatoorahResponse.Data
java.lang.Object
com.broadleafcommerce.myfatoorah.domain.MyFatoorahResponse.Data
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MyFatoorahResponse
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
double
double
getKey()
void
setAmount
(double amount) void
setComment
(String comment) void
setComments
(String comments) void
setCreatedDate
(Instant createdDate) void
setCustomerEmail
(String customerEmail) void
setCustomerMobile
(String customerMobile) void
setCustomerName
(String customerName) void
setCustomerReference
(String customerReference) void
setDepositStatus
(String depositStatus) void
setDueDeposit
(double dueDeposit) void
setExpiryDate
(String expiryDate) void
setExpiryTime
(String expiryTime) void
setInvoiceDisplayValue
(String invoiceDisplayValue) void
setInvoiceId
(String invoiceId) void
setInvoiceItems
(List<MyFatoorahResponse.MyFatoorahInvoiceItem> invoiceItems) void
setInvoiceReference
(String invoiceReference) void
setInvoiceStatus
(String invoiceStatus) void
setInvoiceTransactions
(List<MyFatoorahResponse.InvoiceTransaction> invoiceTransactions) void
setInvoiceValue
(double invoiceValue) void
void
setPaymentUrl
(String paymentUrl) void
setRefundId
(String refundId) void
setRefundReference
(String refundReference) void
setRefundStatusResult
(List<MyFatoorahResponse.MyFatoorahRefundStatusResult> refundStatusResult) void
setSuppliers
(List<String> suppliers) void
setUserDefinedField
(String userDefinedField)
-
Constructor Details
-
Data
public Data()
-
-
Method Details
-
setInvoiceId
-
setInvoiceStatus
-
setInvoiceReference
-
setCustomerReference
-
setCreatedDate
-
setExpiryDate
-
setExpiryTime
-
setInvoiceValue
public void setInvoiceValue(double invoiceValue) -
setComments
-
setCustomerName
-
setCustomerMobile
-
setCustomerEmail
-
setUserDefinedField
-
setInvoiceDisplayValue
-
setDueDeposit
public void setDueDeposit(double dueDeposit) -
setDepositStatus
-
setInvoiceItems
-
setInvoiceTransactions
-
setSuppliers
-
setPaymentUrl
-
setRefundStatusResult
public void setRefundStatusResult(List<MyFatoorahResponse.MyFatoorahRefundStatusResult> refundStatusResult) -
setKey
-
setRefundId
-
setRefundReference
-
setAmount
public void setAmount(double amount) -
setComment
-
getInvoiceId
-
getInvoiceStatus
-
getInvoiceReference
-
getCustomerReference
-
getCreatedDate
-
getExpiryDate
-
getExpiryTime
-
getInvoiceValue
public double getInvoiceValue() -
getComments
-
getCustomerName
-
getCustomerMobile
-
getCustomerEmail
-
getUserDefinedField
-
getInvoiceDisplayValue
-
getDueDeposit
public double getDueDeposit() -
getDepositStatus
-
getInvoiceItems
-
getInvoiceTransactions
-
getSuppliers
-
getPaymentUrl
-
getRefundStatusResult
-
getKey
-
getRefundId
-
getRefundReference
-
getAmount
public double getAmount() -
getComment
-