E-Payment Integrator 2020 Kotlin Edition

Questions / Feedback?

DirectPaymentPayer Type

The payer of the direct payment.

Remarks

This type describes information about the payer that will be charged for the current purchase.

Fields

City
String?

Payer's city name.

This field is required.

Character length and limitations: 40 single-byte characters.

CountryCode
String?

Payer's country code.

Payer's country of residence in the form of ISO standard 3166 two-character country codes.

This field is required.

Character limit: Two single-byte characters.

CountryName
String?

Payer's country name.

This field has been deprecated.

Email
String?

Email address of the payer.

This field is optional.

FirstName
String?

Payer's first name.

This field is required.

Character length and limitations: 25 single-byte characters.

IPAddress
String?

IP address of the payer's browser as recorded in its HTTP request to your website.

Character length and limitations: 15 single-byte characters, including periods, in dotted-quad format: ???.???.???.???

NOTE: PayPal records this IP address as a means to detect possible fraud.

This field is required.

LastName
String?

Payer's last name.

This field is required.

Character length and limitations: 25 single-byte characters.

State
String?

Payer's state or province name.

This field is required.

Character length and limitations: 40 single-byte characters.

Status
String?

Indicates whether the payer is verified or not.

Valid values for this field are "verified" or "unverified".

Street1
String?

Payer's street address (first line).

This field is required.

Character length and limitations: 100 single-byte characters.

Street2
String?

Payer's street address (second line).

This field is optional.

Character length and limitations: 100 single-byte characters.

Zip
String?

Payer's United States ZIP code or other country-specific postal code.

This field is required.

Character length and limitations: 20 single-byte characters.

Constructors

public constructor()



Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Kotlin Edition - Version 20.0 [Build 7941]