Class LatitudePayConstants
Contains constants for useful for dealing with the LatitudePay API.
Inherited Members
Namespace: Yort.LatitudePay.InStore
Assembly: Yort.LatitudePay.InStore.dll
Syntax
public static class LatitudePayConstantsFields
| Improve this Doc View SourceGenoapayV3ContentType
Returns the content-type to use for HTTP requests to the Genoapay API for version 3 content entities.
Declaration
public const string GenoapayV3ContentType = "application/com.genoapay.ecom-v3.1+json"Field Value
| Type | Description | 
|---|---|
| String | 
GenoaProductionRootUrl
Returns a string containing the root url for the live/production LatitudePay API.
Declaration
public const string GenoaProductionRootUrl = "https://api.genoapay.com"Field Value
| Type | Description | 
|---|---|
| String | 
GenoaUatRootUrl
Returns a string containing the root url for the UAT/sandbox/test LatitudePay API.
Declaration
public const string GenoaUatRootUrl = "https://api.uat.genoapay.com"Field Value
| Type | Description | 
|---|---|
| String | 
LatitudePayV3ContentType
Returns the content-type to use for HTTP requests to the LatitudePay API for version 3 content entities.
Declaration
public const string LatitudePayV3ContentType = "application/com.latitudepay.ecom-v3.0+json"Field Value
| Type | Description | 
|---|---|
| String | 
ProductionRootUrl
Returns a string containing the root url for the live/production LatitudePay API.
Declaration
public const string ProductionRootUrl = "https://api.latitudepay.com"Field Value
| Type | Description | 
|---|---|
| String | 
StatusApproved
The status of a payment plan that has been approved by the customer and payment processor.
Declaration
public const string StatusApproved = "APPROVED"Field Value
| Type | Description | 
|---|---|
| String | 
StatusDeclined
The status of a payment plan that has been cancelled or declined for some reason (i.e insufficient funds).
Declaration
public const string StatusDeclined = "DECLINED"Field Value
| Type | Description | 
|---|---|
| String | 
StatusPending
The status of a payment plan that has been requested but not yet approved or declined.
Declaration
public const string StatusPending = "PENDING"Field Value
| Type | Description | 
|---|---|
| String | 
UatRootUrl
Returns a string containing the root url for the UAT/sandbox/test LatitudePay API.
Declaration
public const string UatRootUrl = "https://api.uat.latitudepay.com"Field Value
| Type | Description | 
|---|---|
| String |