Class LatitudePayConfigurationRequest
Represents the options available when requesting configuration information from the LatitudePay API.
Inherited Members
Namespace: Yort.LatitudePay.InStore
Assembly: Yort.LatitudePay.InStore.dll
Syntax
public class LatitudePayConfigurationRequest
Properties
| Improve this Doc View SourceDisplayInModal
If true the description field will not contain any reference to redirecting to the user to the LatitudePay application.
Declaration
[JsonProperty("displayInModal")]
public bool DisplayInModal { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
TotalAmount
Gets or sets the total purchase amount, inclusive of any shipping and tax components.
Declaration
[JsonProperty("totalAmount")]
public decimal TotalAmount { get; set; }
Property Value
Type | Description |
---|---|
Decimal | The total purchase amount, inclusive of any shipping and tax components. |