Table of Contents

Class ApplyReceiptRequestDto

Namespace
KadicErp.WebApi.Controllers.Receivables
Assembly
KadicErp.WebApi.dll
public sealed record ApplyReceiptRequestDto
Inheritance
object
ApplyReceiptRequestDto

Constructors

ApplyReceiptRequestDto(Guid, decimal)

public ApplyReceiptRequestDto(Guid InvoiceId, decimal AppliedAmount)

Parameters

InvoiceId Guid
AppliedAmount decimal

Properties

AppliedAmount

public decimal AppliedAmount { get; init; }

Property Value

decimal

InvoiceId

public Guid InvoiceId { get; init; }

Property Value

Guid