Table of Contents

Class ReservationMarkPaymentRequest

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

Constructors

ReservationMarkPaymentRequest(long, bool)

public ReservationMarkPaymentRequest(long InvoiceNumber, bool Skip = false)

Parameters

InvoiceNumber long
Skip bool

Properties

InvoiceNumber

public long InvoiceNumber { get; init; }

Property Value

long

Skip

public bool Skip { get; init; }

Property Value

bool