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
)
Public Sub New (
firstName As String,
lastName As String,
address1 As String,
address2 As String,
city As String,
state As String,
postalCode As String
)
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