类 Settlement

java.lang.Object
com.infilake.openapi.bidding.model.base.BaseEntity
com.infilake.openapi.bidding.model.Settlement

public class Settlement extends BaseEntity
结算单实体

表示订单结算/账单信息

API对应: GET /open/v1/settlement

从以下版本开始:
1.0.0
  • 构造器详细资料

    • Settlement

      public Settlement()
  • 方法详细资料

    • getOrganizationId

      public Integer getOrganizationId()
    • setOrganizationId

      public void setOrganizationId(Integer organizationId)
    • getSupplierId

      public Integer getSupplierId()
    • setSupplierId

      public void setSupplierId(Integer supplierId)
    • getSupplierName

      public String getSupplierName()
    • setSupplierName

      public void setSupplierName(String supplierName)
    • getPurchaserName

      public String getPurchaserName()
    • setPurchaserName

      public void setPurchaserName(String purchaserName)
    • getSettlementNo

      public String getSettlementNo()
    • setSettlementNo

      public void setSettlementNo(String settlementNo)
    • getAmount

      public BigDecimal getAmount()
    • setAmount

      public void setAmount(BigDecimal amount)
    • getInvoiceInfoId

      public Integer getInvoiceInfoId()
    • setInvoiceInfoId

      public void setInvoiceInfoId(Integer invoiceInfoId)
    • getInvoiceInfo

      public Invoice getInvoiceInfo()
    • setInvoiceInfo

      public void setInvoiceInfo(Invoice invoiceInfo)
    • getSupplierReceivableAccountId

      public Integer getSupplierReceivableAccountId()
    • setSupplierReceivableAccountId

      public void setSupplierReceivableAccountId(Integer supplierReceivableAccountId)
    • getInvoiceType

      public String getInvoiceType()
    • setInvoiceType

      public void setInvoiceType(String invoiceType)
    • getInvoiceStatus

      public String getInvoiceStatus()
    • setInvoiceStatus

      public void setInvoiceStatus(String invoiceStatus)
    • getInvoiceTime

      public Date getInvoiceTime()
    • setInvoiceTime

      public void setInvoiceTime(Date invoiceTime)
    • getInvoiceUserId

      public Integer getInvoiceUserId()
    • setInvoiceUserId

      public void setInvoiceUserId(Integer invoiceUserId)
    • getPaymentStatus

      public String getPaymentStatus()
    • setPaymentStatus

      public void setPaymentStatus(String paymentStatus)
    • getPaymentTime

      public Date getPaymentTime()
    • setPaymentTime

      public void setPaymentTime(Date paymentTime)
    • getPaymentUserId

      public Integer getPaymentUserId()
    • setPaymentUserId

      public void setPaymentUserId(Integer paymentUserId)
    • getCreatedAt

      public Date getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Date createdAt)
    • getUpdatedAt

      public Date getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Date updatedAt)
    • getCreatorId

      public Integer getCreatorId()
    • setCreatorId

      public void setCreatorId(Integer creatorId)
    • getCreator

      public User getCreator()
    • setCreator

      public void setCreator(User creator)
    • getOrders

      public List<Order> getOrders()
    • setOrders

      public void setOrders(List<Order> orders)
    • getPurchaserId

      public Integer getPurchaserId()
    • setPurchaserId

      public void setPurchaserId(Integer purchaserId)
    • getStatus

      public String getStatus()
    • setStatus

      public void setStatus(String status)
    • getOrderNo

      public String getOrderNo()
    • setOrderNo

      public void setOrderNo(String orderNo)
    • getSettlementAmount

      public Double getSettlementAmount()
    • setSettlementAmount

      public void setSettlementAmount(Double settlementAmount)
    • getTaxAmount

      public Double getTaxAmount()
    • setTaxAmount

      public void setTaxAmount(Double taxAmount)
    • getTotalAmount

      public Double getTotalAmount()
    • setTotalAmount

      public void setTotalAmount(Double totalAmount)
    • getBuyerOrganizationId

      public Integer getBuyerOrganizationId()
    • setBuyerOrganizationId

      public void setBuyerOrganizationId(Integer buyerOrganizationId)
    • getBuyerOrganizationName

      public String getBuyerOrganizationName()
    • setBuyerOrganizationName

      public void setBuyerOrganizationName(String buyerOrganizationName)
    • getSupplierOrganizationId

      public Integer getSupplierOrganizationId()
    • setSupplierOrganizationId

      public void setSupplierOrganizationId(Integer supplierOrganizationId)
    • getSupplierOrganizationName

      public String getSupplierOrganizationName()
    • setSupplierOrganizationName

      public void setSupplierOrganizationName(String supplierOrganizationName)
    • getSettlementDate

      public Date getSettlementDate()
    • setSettlementDate

      public void setSettlementDate(Date settlementDate)
    • getPaymentDate

      public Date getPaymentDate()
    • setPaymentDate

      public void setPaymentDate(Date paymentDate)
    • getInvoice

      public Invoice getInvoice()
    • setInvoice

      public void setInvoice(Invoice invoice)
    • getRemark

      public String getRemark()
    • setRemark

      public void setRemark(String remark)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object