Table of Contents

Class StartPayment

Namespace
InSite.Application.Gateways.Write
Assembly
Shift.Sdk.dll
public class StartPayment : Command, ICommand
Inheritance
StartPayment
Implements
Inherited Members
Extension Methods

Constructors

StartPayment(Guid, Guid, Guid, Guid, PaymentInput)

public StartPayment(Guid gateway, Guid organization, Guid invoice, Guid payment, PaymentInput input)

Parameters

gateway Guid
organization Guid
invoice Guid
payment Guid
input PaymentInput

Properties

Input

public PaymentInput Input { get; set; }

Property Value

PaymentInput

Invoice

public Guid Invoice { get; set; }

Property Value

Guid

Organization

public Guid Organization { get; set; }

Property Value

Guid

Payment

public Guid Payment { get; set; }

Property Value

Guid