You are here

public property PaymentLineItem::$tax_rate in Payment 7

The tax rate that applies to PaymentLineItem::amount. Should be a float between 0 and 1.

Type: float

File

./payment.classes.inc, line 1118
The API and related functions for executing and managing payments.

Class

PaymentLineItem
A payment line item.

Code

public $tax_rate = 0.0;