Table of Contents

Class PaymentRequest

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

Constructors

PaymentRequest()

public PaymentRequest()

PaymentRequest(string, decimal, MaskedCreditCard, BillingAddress, string)

public PaymentRequest(string orderNumber, decimal amount, MaskedCreditCard card, BillingAddress billingAddress, string customerIP)

Parameters

orderNumber string
amount decimal
card MaskedCreditCard
billingAddress BillingAddress
customerIP string

Properties

Amount

public decimal Amount { get; }

Property Value

decimal

BillingAddress

public BillingAddress BillingAddress { get; }

Property Value

BillingAddress

Card

public MaskedCreditCard Card { get; }

Property Value

MaskedCreditCard

CustomerIP

public string CustomerIP { get; }

Property Value

string

OrderNumber

public string OrderNumber { get; }

Property Value

string