Table of Contents

Class AddCommissionAdjustmentBody

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

Constructors

AddCommissionAdjustmentBody(decimal, string)

public AddCommissionAdjustmentBody(decimal Amount, string Reason)

Parameters

Amount decimal
Reason string

Properties

Amount

public decimal Amount { get; init; }

Property Value

decimal

Reason

public string Reason { get; init; }

Property Value

string