Table of Contents

Class UpdateWithholdingTypeRequest

Namespace
KadicErp.WebApi.Controllers.Payables
Assembly
KadicErp.WebApi.dll
public sealed record UpdateWithholdingTypeRequest
Inheritance
object
UpdateWithholdingTypeRequest

Constructors

UpdateWithholdingTypeRequest(string, decimal)

public UpdateWithholdingTypeRequest(string Name, decimal Rate)

Parameters

Name string
Rate decimal

Properties

Name

public string Name { get; init; }

Property Value

string

Rate

public decimal Rate { get; init; }

Property Value

decimal