Class InstallmentOptions
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Installments.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class InstallmentOptions
Properties
DisplayHints
Object containing information for the client on how best to display the installment options
Declaration
public InstallmentDisplayHints DisplayHints { get; set; }
Property Value
Type | Description |
---|---|
InstallmentDisplayHints |
Id
The ID of the installment option in our system
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
InstallmentPlans
Object containing information about installment plans
Declaration
public IList<Installments> InstallmentPlans { get; set; }
Property Value
Type | Description |
---|---|
IList<Installments> |