Class ProcessAuthorisationResponse
Contains details of a response to a ProcessAuthorisationRequest.
Inherited Members
Namespace: Yort.Humm.InStore
Assembly: Yort.Humm.InStore.dll
Syntax
public sealed class ProcessAuthorisationResponse : ResponseBase
Properties
| Improve this Doc View SourcePurchaseNumber
Gets or sets the Humm generated purchase number.
Declaration
[JsonProperty("x_purchase_number")]
public string PurchaseNumber { get; set; }
Property Value
Type | Description |
---|---|
String | The purchase number assigned to this transaction by Humm. |
RetryDuration
Declaration
[JsonProperty("retry_duration")]
public int RetryDuration { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The duration of the retry delay, in seconds. |