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
gatewayGuidorganizationGuidinvoiceGuidpaymentGuidinputPaymentInput
Properties
Input
public PaymentInput Input { get; set; }
Property Value
Invoice
public Guid Invoice { get; set; }
Property Value
Organization
public Guid Organization { get; set; }
Property Value
Payment
public Guid Payment { get; set; }