Table of Contents

Class PaymentResponse

Namespace
InSite.Domain.Payments
Assembly
Shift.Sdk.dll
public class PaymentResponse
Inheritance
PaymentResponse
Inherited Members
Extension Methods

Constructors

PaymentResponse()

public PaymentResponse()

Properties

Amount

public decimal Amount { get; set; }

Property Value

decimal

Approved

public bool Approved { get; set; }

Property Value

bool

AuthCode

public string AuthCode { get; set; }

Property Value

string

AuthorizingMerchantId

public string AuthorizingMerchantId { get; set; }

Property Value

string

Card

public CreditCardResponse Card { get; set; }

Property Value

CreditCardResponse

Created

public string Created { get; set; }

Property Value

string

Message

public string Message { get; set; }

Property Value

string

MessageId

public int MessageId { get; set; }

Property Value

int

OrderNumber

public string OrderNumber { get; set; }

Property Value

string

PaymentMethod

public string PaymentMethod { get; set; }

Property Value

string

RiskScore

public int RiskScore { get; set; }

Property Value

int

TransactionIdentifier

public string TransactionIdentifier { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string