ReviewCustomerInterface
in
Interface ReviewCustomerInterface
Tags
Table of Contents
- getCustomerId() : int
- Returns the customer id.
- getCustomerName() : string
- Returns the customer name.
Methods
getCustomerId()
Returns the customer id.
public
getCustomerId() : int
Return values
int —The customer id.
getCustomerName()
Returns the customer name.
public
getCustomerName() : string
Return values
string —The customer name.