Class RevenueTransaction

Description

Located in /RevenueTransaction.php (line 9)

ClientObject
   |
   --AccountActivity
      |
      --AccountTransaction
         |
         --RevenueTransaction
Variable Summary
Method Summary
RevenueTransaction __construct ([DateTime $createDate = null], [bool $isComplimantary = null])
String getItemCode ()
void setIsComplimentary (bool $isComplimantary)
void setItemCode (String $itemCode)
void setPaymentOption (PaymentOption $paymentOption)
void type ()
Variables
Methods
Constructor __construct (line 28)

Instantiates a new revenue transaction.

Instantiates a new revenue transaction.

RevenueTransaction __construct ([DateTime $createDate = null], [bool $isComplimantary = null])
  • DateTime $createDate: createDate the create date
  • bool $isComplimantary: isComplimantary the is complimantary

Redefinition of:
AccountTransaction::__construct()
Instantiates a new account transaction.
getIsComplimentary (line 56)

Gets the is complimentary.

Gets the is complimentary.

  • return: Returns the isComplimantary
  • access: public
bool getIsComplimentary ()
getItemCode (line 38)

Gets the item code.

Gets the item code.

  • return: Returns the itemCode
  • access: public
String getItemCode ()
getPaymentOption (line 74)

Gets the payment option.

Gets the payment option.

  • return: the payment option
  • access: public
PaymentOption getPaymentOption ()
setIsComplimentary (line 65)

Set a value to isComplimantary.

Set a value to isComplimantary.

  • access: public
void setIsComplimentary (bool $isComplimantary)
  • bool $isComplimantary: isComplimantary the is complimantary
setItemCode (line 47)

Set a value to itemCode.

Set a value to itemCode.

  • access: public
void setItemCode (String $itemCode)
  • String $itemCode: itemCode the item code
setPaymentOption (line 83)

Sets the payment option.

Sets the payment option.

  • access: public
void setPaymentOption (PaymentOption $paymentOption)
  • PaymentOption $paymentOption: paymentOption the new payment option
type (line 87)
  • access: public
void type ()

Redefinition of:
AccountActivity::type()

Inherited Methods

Inherited From AccountTransaction

AccountTransaction::__construct()
AccountTransaction::getAdjustmentTransaction()
AccountTransaction::getAmount()
AccountTransaction::getBalance()
AccountTransaction::getCreatorCode()
AccountTransaction::getDueDate()
AccountTransaction::getNote()
AccountTransaction::getSellerCode()
AccountTransaction::getShiftCode()
AccountTransaction::getTaxAmount()
AccountTransaction::getTerminalCode()
AccountTransaction::setAdjustmentTransaction()
AccountTransaction::setAmount()
AccountTransaction::setBalance()
AccountTransaction::setCreatorCode()
AccountTransaction::setDueDate()
AccountTransaction::setNote()
AccountTransaction::setSellerCode()
AccountTransaction::setShiftCode()
AccountTransaction::setTaxAmount()
AccountTransaction::setTerminalCode()

Inherited From AccountActivity

AccountActivity::__construct()
AccountActivity::getAccountActivityType()
AccountActivity::getCustomerAccount()
AccountActivity::setAccountActivityType()
AccountActivity::setCustomerAccount()
AccountActivity::type()

Inherited From ClientObject

ClientObject::getCode()
ClientObject::getCreateDate()
ClientObject::getId()
ClientObject::getMerchantAccountCode()
ClientObject::hashCode()
ClientObject::setCode()
ClientObject::setId()
ClientObject::setMerchantAccountCode()
ClientObject::type()

Documentation generated on Thu, 20 Mar 2008 16:22:31 -0400 by phpDocumentor 1.4.0