Click or drag to resize

PaymentDetails Constructor

Constructs a new instance of the object.

Namespace:  NetQuarry.Services.Paypal
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public PaymentDetails(
	string itemDescription,
	string itemNumber,
	decimal amount,
	int numRecurring,
	DateTime billingStartDate,
	BillingPeriod billingPeriod,
	string profileReference,
	[OptionalAttribute] decimal outstandingBalance
)

Parameters

itemDescription
Type: SystemString
The description (shows on the Paypal receipt).
itemNumber
Type: SystemString
The item number.
amount
Type: SystemDecimal
The payment amount.
numRecurring
Type: SystemInt32
The number of recurring payments so far.
billingStartDate
Type: SystemDateTime
The start date for billing.
billingPeriod
Type: NetQuarry.Services.PaypalBillingPeriod
The billing period.
profileReference
Type: SystemString
Reference string.
outstandingBalance (Optional)
Type: SystemDecimal
The outstanding balance.
See Also