Class PaymentContext
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Services.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class PaymentContext
Properties
AmountOfMoney
The payment amount
Declaration
public AmountOfMoney AmountOfMoney { get; set; }
Property Value
Type | Description |
---|---|
AmountOfMoney |
CountryCode
The country the payment takes place in
Declaration
public string CountryCode { get; set; }
Property Value
Type | Description |
---|---|
string |
IsInstallments
True if the payment is to be paid in multiple installments (numberOfInstallments > 1 for the payment). When true only payment products that support installments will be allowed in context.
Declaration
public bool? IsInstallments { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IsRecurring
True if the payment is recurring
Declaration
public bool? IsRecurring { get; set; }
Property Value
Type | Description |
---|---|
bool? |