Class GetInstallmentRequest
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Installments
Assembly: connect-sdk-dotnet.dll
Syntax
public class GetInstallmentRequest
Properties
AmountOfMoney
Object containing amount and ISO currency code attributes
Declaration
public AmountOfMoney AmountOfMoney { get; set; }
Property Value
Type | Description |
---|---|
AmountOfMoney |
Bin
The first digits of the card number from left to right with a minimum of 6 digits
Declaration
public string Bin { get; set; }
Property Value
Type | Description |
---|---|
string |
CountryCode
ISO 3166-1 alpha-2 country code
Declaration
public string CountryCode { get; set; }
Property Value
Type | Description |
---|---|
string |
PaymentProductId
Payment product identifier
Please see
payment products for a full overview of possible values.
Declaration
public int? PaymentProductId { get; set; }
Property Value
Type | Description |
---|---|
int? |