Class CollectInstallmentRequest
- Namespace
- KadicErp.WebApi.Controllers.RentACar
- Assembly
- KadicErp.WebApi.dll
public record CollectInstallmentRequest
- Inheritance
-
object
CollectInstallmentRequest
Constructors
CollectInstallmentRequest(decimal?, string?, string?, string?, bool)
public CollectInstallmentRequest(decimal? Amount = null, string? PaymentMethod = null, string? BankName = null, string? Reference = null, bool SkipInvoice = false)
Parameters
Amount decimal?
PaymentMethod string
BankName string
Reference string
SkipInvoice bool
Properties
Amount
public decimal? Amount { get; init; }
Property Value
- decimal?
BankName
public string? BankName { get; init; }
Property Value
- string
PaymentMethod
public string? PaymentMethod { get; init; }
Property Value
- string
Reference
public string? Reference { get; init; }
Property Value
- string
SkipInvoice
public bool SkipInvoice { get; init; }
Property Value
- bool