The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Nitesi::Transaction - Transaction class for Nitesi Shop Machine

ATTRIBUTES

code

Transaction code.

subtotal

Transaction subtotal.

shipping

Shipping cost.

salestax

Salestax included in transaction.

total_cost

Transaction total cost.

weight

Total weight of all goods in this transaction.

uid

User identifier of customer.

email

Email address of customer.

lname

Last name of customer.

fname

First name of customer.

order_date

Date of order.

update_date

Date of last update.

status

Transaction status.

shipping_method

Shipping method for transaction.

shipping_description

Shipping description for transaction.

shipping_tax_rate

Tax rate used for shipping.

payment_method

Payment method for this transaction.

payment_id

Payment transaction id.

aid_shipping

Shipping address identifier.

aid_billing

Billing address identifier.

METHODS

api_attributes

API attributes for transaction class.

api_info

Returns API information for transaction object.