Table of Contents

Class PayInstallmentInvoiceRequest

Namespace
KadicErp.WebApi.Controllers.RentACar
Assembly
KadicErp.WebApi.dll
public record PayInstallmentInvoiceRequest
Inheritance
object
PayInstallmentInvoiceRequest

Constructors

PayInstallmentInvoiceRequest(Guid, decimal?)

public PayInstallmentInvoiceRequest(Guid InvoiceId, decimal? Amount = null)

Parameters

InvoiceId Guid
Amount decimal?

Properties

Amount

public decimal? Amount { get; init; }

Property Value

decimal?

InvoiceId

public Guid InvoiceId { get; init; }

Property Value

Guid