Table of Contents

Class VoidPaymentBody

Namespace
KadicErp.WebApi.Controllers.Academy
Assembly
KadicErp.WebApi.dll
public sealed record VoidPaymentBody
Inheritance
object
VoidPaymentBody

Constructors

VoidPaymentBody(Guid, string)

public VoidPaymentBody(Guid VoidCategoryId, string Reason)

Parameters

VoidCategoryId Guid
Reason string

Properties

Reason

public string Reason { get; init; }

Property Value

string

VoidCategoryId

public Guid VoidCategoryId { get; init; }

Property Value

Guid