public class CashReceipt extends BusinessObject
Constructor and Description |
---|
CashReceipt() |
public MoneyAmount getAmount()
public void setAmount(MoneyAmount value)
public String getAuditTrailCode()
public void setAuditTrailCode(String value)
public BankAccountKey getBankAccountKey()
public void setBankAccountKey(BankAccountKey value)
public BatchKey getBatchKey()
public void setBatchKey(BatchKey value)
public String getCheckCardNumber()
public void setCheckCardNumber(String value)
public CustomerKey getCorporateAccountKey()
public void setCorporateAccountKey(CustomerKey value)
public CurrencyKey getCurrencyKey()
public void setCurrencyKey(CurrencyKey value)
public CustomerKey getCustomerKey()
public void setCustomerKey(CustomerKey value)
public Calendar getDate()
public void setDate(Calendar value)
public String getDescription()
public void setDescription(String value)
public List<CashReceiptDistribution> getDistributions()
public void setDistributions(List<CashReceiptDistribution> value)
public Calendar getExchangeDate()
public void setExchangeDate(Calendar value)
public BigDecimal getExchangeRate()
public void setExchangeRate(BigDecimal value)
public Calendar getGeneralLedgerPostingDate()
public void setGeneralLedgerPostingDate(Calendar value)
public Boolean isIsVoided()
public void setIsVoided(Boolean value)
public ReceivablesDocumentKey getKey()
public void setKey(ReceivablesDocumentKey value)
public String getModifiedBy()
public void setModifiedBy(String value)
public Calendar getModifiedDate()
public void setModifiedDate(Calendar value)
public PaymentCardTypeKey getPaymentCardTypeKey()
public void setPaymentCardTypeKey(PaymentCardTypeKey value)
public String getPostedBy()
public void setPostedBy(String value)
public Calendar getPostedDate()
public void setPostedDate(Calendar value)
public CashReceiptType getType()
public void setType(CashReceiptType value)
public Calendar getVoidDate()
public void setVoidDate(Calendar value)
Copyright © 2010–2016. All rights reserved.