Click or drag to resize

PayerInfo Constructor

Constructs a new instance of a PayerInfo object.

Namespace:  NetQuarry.Services.Paypal
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public PayerInfo(
	string firstName,
	string lastName,
	string address1,
	string address2,
	string city,
	string state,
	string postalCode
)

Parameters

firstName
Type: SystemString
The payer's first name. (Card holder's first name).
lastName
Type: SystemString
The payer's last name. (Card holder's last name).
address1
Type: SystemString
Billing street address #1.
address2
Type: SystemString
Billing street address #1 (e.g. suite, apt #, etc.)
city
Type: SystemString
Billing city.
state
Type: SystemString
Billing state.
postalCode
Type: SystemString
Billing postal code.
See Also