ReportTypePaymentProcedure
in package
implements
JsonSerializable
Tags
Table of Contents
Interfaces
- JsonSerializable
Properties
- $id : int|null
- $paymentProcedureType : PaymentProcedureType
- $reportType : ReportType
Methods
- getId() : int|null
- getPaymentProcedureType() : PaymentProcedureType
- getReportType() : ReportType
- jsonSerialize() : array<string|int, mixed>
- setId() : void
- setPaymentProcedureType() : void
- setReportType() : void
Properties
$id
private
int|null
$id
Tags
$paymentProcedureType
private
PaymentProcedureType
$paymentProcedureType
Tags
$reportType
private
ReportType
$reportType
Tags
Methods
getId()
public
getId() : int|null
Return values
int|nullgetPaymentProcedureType()
public
getPaymentProcedureType() : PaymentProcedureType
Return values
PaymentProcedureTypegetReportType()
public
getReportType() : ReportType
Return values
ReportTypejsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setPaymentProcedureType()
public
setPaymentProcedureType(PaymentProcedureType $paymentProcedureType) : void
Parameters
- $paymentProcedureType : PaymentProcedureType
setReportType()
public
setReportType(ReportType $reportType) : void
Parameters
- $reportType : ReportType