Class RedirectPaymentProduct840SpecificInput
Inheritance
RedirectPaymentProduct840SpecificInput
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class RedirectPaymentProduct840SpecificInput : AbstractRedirectPaymentProduct840SpecificInput
Properties
Custom
A free text string that you can send to PayPal. With a special agreement between PayPal and you, PayPal uses the data in that property, for custom services they offer to you.
Declaration
[Obsolete("Use Order.references.descriptor instead")]
public string Custom { get; set; }
Property Value
Type | Description |
---|---|
string |
IsShortcut
Deprecated: If your PayPal payments are processed by Worldline's Ogone Payment Platform, please use the property addressSelectionAtPayPal instead.
Indicates whether to use PayPal Express Checkout for payments processed by Worldline's GlobalCollect Payment Platform.
- true = PayPal Express Checkout
- false = Regular PayPal payment
Declaration
public bool? IsShortcut { get; set; }
Property Value
Type | Description |
---|---|
bool? |