Class RedirectPaymentMethodSpecificInputBase
Inheritance
RedirectPaymentMethodSpecificInputBase
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.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 |