Show / Hide Table of Contents

Class PaypalPaymentOption

PayPal Payment related details

Inheritance
object
PaymentOption
PaypalPaymentOption
Inherited Members
PaymentOption.WalletInstrumentId
PaymentOption.WalletTransactionId
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OspgatewayService.Models
Assembly: OCI.DotNetSDK.Ospgateway.dll
Syntax
public class PaypalPaymentOption : PaymentOption

Properties

EmailAddress

Declaration
[JsonProperty(PropertyName = "emailAddress")]
public string EmailAddress { get; set; }
Property Value
Type Description
string

The email address of the paypal user.

ExtBillingAgreementId

Declaration
[JsonProperty(PropertyName = "extBillingAgreementId")]
public string ExtBillingAgreementId { get; set; }
Property Value
Type Description
string

Agreement id for the paypal account.

FirstName

Declaration
[JsonProperty(PropertyName = "firstName")]
public string FirstName { get; set; }
Property Value
Type Description
string

First name of the paypal user.

LastName

Declaration
[JsonProperty(PropertyName = "lastName")]
public string LastName { get; set; }
Property Value
Type Description
string

Last name of the paypal user.

In this article
Back to top