Class PaypalPaymentDetail
PayPal Payment related details
Inherited Members
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 |