public class SalesPayment extends BusinessObject
Constructor and Description |
---|
SalesPayment() |
public String getAuditTrailCode()
public void setAuditTrailCode(String value)
public String getAuthorizationCode()
public void setAuthorizationCode(String value)
public BankAccountKey getBankAccountKey()
public void setBankAccountKey(BankAccountKey value)
public String getCheckNumber()
public void setCheckNumber(String value)
public CurrencyKey getCurrencyKey()
public void setCurrencyKey(CurrencyKey value)
public Calendar getDate()
public void setDate(Calendar value)
public Boolean isDeleteOnUpdate()
public void setDeleteOnUpdate(Boolean value)
public Calendar getExpirationDate()
public void setExpirationDate(Calendar value)
public Boolean isIsProcessElectronically()
public void setIsProcessElectronically(Boolean value)
public SalesPaymentKey getKey()
public void setKey(SalesPaymentKey value)
public String getNumber()
public void setNumber(String value)
public MoneyAmount getPaymentAmount()
public void setPaymentAmount(MoneyAmount value)
public String getPaymentCardNumber()
public void setPaymentCardNumber(String value)
public PaymentCardTypeKey getPaymentCardTypeKey()
public void setPaymentCardTypeKey(PaymentCardTypeKey value)
public SalesPaymentType getType()
public void setType(SalesPaymentType value)
Copyright © 2010–2016. All rights reserved.