Class InstallmentOptions
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.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> |