Show / Hide Table of Contents

Class PaypalPaymentDetail

PayPal Payment related details

Inheritance
object
PaymentDetail
PaypalPaymentDetail
Inherited Members
PaymentDetail.TimePaidOn
PaymentDetail.PaidBy
PaymentDetail.AmountPaid
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 PaypalPaymentDetail : PaymentDetail

Properties

PaypalId

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

The id (email address) of the paypal payment

PaypalReference

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

paypal payment reference

In this article
Back to top