Class MyFatoorahResponse.Data

java.lang.Object
com.broadleafcommerce.myfatoorah.domain.MyFatoorahResponse.Data
All Implemented Interfaces:
Serializable
Enclosing class:
MyFatoorahResponse

public static class MyFatoorahResponse.Data extends Object implements Serializable
See Also:
  • Constructor Details

    • Data

      public Data()
  • Method Details

    • setInvoiceId

      public void setInvoiceId(String invoiceId)
    • setInvoiceStatus

      public void setInvoiceStatus(String invoiceStatus)
    • setInvoiceReference

      public void setInvoiceReference(String invoiceReference)
    • setCustomerReference

      public void setCustomerReference(String customerReference)
    • setCreatedDate

      public void setCreatedDate(Instant createdDate)
    • setExpiryDate

      public void setExpiryDate(String expiryDate)
    • setExpiryTime

      public void setExpiryTime(String expiryTime)
    • setInvoiceValue

      public void setInvoiceValue(double invoiceValue)
    • setComments

      public void setComments(String comments)
    • setCustomerName

      public void setCustomerName(String customerName)
    • setCustomerMobile

      public void setCustomerMobile(String customerMobile)
    • setCustomerEmail

      public void setCustomerEmail(String customerEmail)
    • setUserDefinedField

      public void setUserDefinedField(String userDefinedField)
    • setInvoiceDisplayValue

      public void setInvoiceDisplayValue(String invoiceDisplayValue)
    • setDueDeposit

      public void setDueDeposit(double dueDeposit)
    • setDepositStatus

      public void setDepositStatus(String depositStatus)
    • setInvoiceItems

      public void setInvoiceItems(List<MyFatoorahResponse.MyFatoorahInvoiceItem> invoiceItems)
    • setInvoiceTransactions

      public void setInvoiceTransactions(List<MyFatoorahResponse.InvoiceTransaction> invoiceTransactions)
    • setSuppliers

      public void setSuppliers(List<String> suppliers)
    • setPaymentUrl

      public void setPaymentUrl(String paymentUrl)
    • setRefundStatusResult

      public void setRefundStatusResult(List<MyFatoorahResponse.MyFatoorahRefundStatusResult> refundStatusResult)
    • setKey

      public void setKey(String key)
    • setRefundId

      public void setRefundId(String refundId)
    • setRefundReference

      public void setRefundReference(String refundReference)
    • setAmount

      public void setAmount(double amount)
    • setComment

      public void setComment(String comment)
    • getInvoiceId

      public String getInvoiceId()
    • getInvoiceStatus

      public String getInvoiceStatus()
    • getInvoiceReference

      public String getInvoiceReference()
    • getCustomerReference

      public String getCustomerReference()
    • getCreatedDate

      public Instant getCreatedDate()
    • getExpiryDate

      public String getExpiryDate()
    • getExpiryTime

      public String getExpiryTime()
    • getInvoiceValue

      public double getInvoiceValue()
    • getComments

      public String getComments()
    • getCustomerName

      public String getCustomerName()
    • getCustomerMobile

      public String getCustomerMobile()
    • getCustomerEmail

      public String getCustomerEmail()
    • getUserDefinedField

      public String getUserDefinedField()
    • getInvoiceDisplayValue

      public String getInvoiceDisplayValue()
    • getDueDeposit

      public double getDueDeposit()
    • getDepositStatus

      public String getDepositStatus()
    • getInvoiceItems

    • getInvoiceTransactions

      public List<MyFatoorahResponse.InvoiceTransaction> getInvoiceTransactions()
    • getSuppliers

      public List<String> getSuppliers()
    • getPaymentUrl

      public String getPaymentUrl()
    • getRefundStatusResult

      public List<MyFatoorahResponse.MyFatoorahRefundStatusResult> getRefundStatusResult()
    • getKey

      public String getKey()
    • getRefundId

      public String getRefundId()
    • getRefundReference

      public String getRefundReference()
    • getAmount

      public double getAmount()
    • getComment

      public String getComment()