Class RedirectPaymentMethodSpecificInputBase
Inheritance
RedirectPaymentMethodSpecificInputBase
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class RedirectPaymentMethodSpecificInputBase : AbstractRedirectPaymentMethodSpecificInput
Properties
PaymentProduct4101SpecificInput
Object containing specific input required for payment product 4101 (UPI)
Declaration
public RedirectPaymentProduct4101SpecificInputBase PaymentProduct4101SpecificInput { get; set; }
Property Value
Type | Description |
---|---|
RedirectPaymentProduct4101SpecificInputBase |
PaymentProduct840SpecificInput
Object containing specific input required for PayPal payments (Payment product ID 840)
Declaration
public RedirectPaymentProduct840SpecificInputBase PaymentProduct840SpecificInput { get; set; }
Property Value
Type | Description |
---|---|
RedirectPaymentProduct840SpecificInputBase |