Class LatitudePayConfigurationResponse
Represents the response from a GetConfigurationAsync(LatitudePayConfigurationRequest) call.
Inherited Members
Namespace: Yort.LatitudePay.InStore
Assembly: Yort.LatitudePay.InStore.dll
Syntax
public class LatitudePayConfigurationResponse
Properties
| Improve this Doc View SourceAvailability
Gets or sets a collection of Availability instances specifying currencies and countries usable with the current merchant account.
Declaration
public IEnumerable<LatitudePayAvailability> Availability { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<LatitudePayAvailability> | The availability details for the current merchant account. |
Description
Gets or setsa description of a payment plan using the TotalAmount specified.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
String | The supposed payment plan description. |
MaximumAmount
Gets or sets the maximum purchase amount.
Declaration
public decimal MaximumAmount { get; set; }
Property Value
Type | Description |
---|---|
Decimal | The maximum purchase amount. |
MinimumAmount
Gets or sets the minimum purchase amount.
Declaration
public decimal MinimumAmount { get; set; }
Property Value
Type | Description |
---|---|
Decimal | The minimum purchase amount. |
Name
Gets or sets the name of the service (LatitudePay/GenoaPay etc).
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String | The service name. |