Class PaymentResponse
This is the result of processing a charge or refund transaction.
Inheritance
System.Object
PaymentResponse
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class PaymentResponse : Object
Constructors
PaymentResponse()
Declaration
Properties
Amount
Declaration
public double Amount { get; set; }
Property Value
Type |
Description |
System.Double |
|
AuthorizationCode
Declaration
public string AuthorizationCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Currency
Declaration
public string Currency { get; set; }
Property Value
Type |
Description |
System.String |
|
FraudPreventionId
Declaration
public string FraudPreventionId { get; set; }
Property Value
Type |
Description |
System.String |
|
FraudPreventionProviderId
Declaration
public Nullable<int> FraudPreventionProviderId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Merchant
Declaration
public int Merchant { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OrderNumber
Declaration
public int OrderNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PaymentType
Declaration
public string PaymentType { get; set; }
Property Value
Type |
Description |
System.String |
|
Redirect
Declaration
public bool Redirect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RedirectURL
Declaration
public string RedirectURL { get; set; }
Property Value
Type |
Description |
System.String |
|
ReferenceNumber
Declaration
public string ReferenceNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Response
Declaration
public string Response { get; set; }
Property Value
Type |
Description |
System.String |
|
ResponseId
Declaration
public string ResponseId { get; set; }
Property Value
Type |
Description |
System.String |
|
SavedPaymentId
Declaration
public Nullable<int> SavedPaymentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
SpecialInstructionsURL
Declaration
public string SpecialInstructionsURL { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public PaymentStatus Status { get; set; }
Property Value
TransactionNumber
Declaration
public string TransactionNumber { get; set; }
Property Value
Type |
Description |
System.String |
|