HermesHSIServiceParameters
in package
implements
JsonSerializable
Interfaces, Classes and Traits
- JsonSerializable
Table of Contents
- $bulkGoodService : bool
- $cashOnDeliveryServiceAmount : float
- $cashOnDeliveryServiceCurrency : string
- $customerAlertServiceNotificationEmail : string
- $customerAlertServiceNotificationNumber : string
- $customerAlertServiceNotificationType : string
- $eveningDeliveryService : bool
- $householdSignatureService : bool
- $identServiceIdentId : string
- $identServiceIdentType : string
- $limitedQuantitiesService : bool
- $nextDayService : bool
- $parcelShopDeliveryServicePsCustomerFirstName : string
- $parcelShopDeliveryServicePsCustomerLastName : string
- $parcelShopDeliveryServicePsId : string
- $statedDayServiceStatedDay : string
- $statedTimeServiceTimeSlot : string
- __construct() : mixed
- HermesHSIServiceParameters constructor.
- getCashOnDeliveryServiceAmount() : float
- getCashOnDeliveryServiceCurrency() : string
- getCustomerAlertServiceNotificationEmail() : string
- getCustomerAlertServiceNotificationNumber() : string
- getCustomerAlertServiceNotificationType() : string
- getIdentServiceIdentId() : string
- getIdentServiceIdentType() : string
- getParcelShopDeliveryServicePsCustomerFirstName() : string
- getParcelShopDeliveryServicePsCustomerLastName() : string
- getParcelShopDeliveryServicePsId() : string
- getStatedDayServiceStatedDay() : string
- getStatedTimeServiceTimeSlot() : string
- isBulkGoodService() : bool
- isEveningDeliveryService() : bool
- isHouseholdSignatureService() : bool
- isLimitedQuantitiesService() : bool
- isNextDayService() : bool
- jsonSerialize() : mixed
- Specify data which should be serialized to JSON
- setBulkGoodService() : void
- setCashOnDeliveryServiceAmount() : void
- setCashOnDeliveryServiceCurrency() : void
- setCustomerAlertServiceNotificationEmail() : void
- setCustomerAlertServiceNotificationNumber() : void
- setCustomerAlertServiceNotificationType() : void
- setEveningDeliveryService() : void
- setHouseholdSignatureService() : void
- setIdentServiceIdentId() : void
- setIdentServiceIdentType() : void
- setLimitedQuantitiesService() : void
- setNextDayService() : void
- setParcelShopDeliveryServicePsCustomerFirstName() : void
- setParcelShopDeliveryServicePsCustomerLastName() : void
- setParcelShopDeliveryServicePsId() : void
- setStatedDayServiceStatedDay() : void
- setStatedTimeServiceTimeSlot() : void
Properties
$bulkGoodService
protected
bool
$bulkGoodService
$cashOnDeliveryServiceAmount
protected
float
$cashOnDeliveryServiceAmount
$cashOnDeliveryServiceCurrency
protected
string
$cashOnDeliveryServiceCurrency
$customerAlertServiceNotificationEmail
protected
string
$customerAlertServiceNotificationEmail
$customerAlertServiceNotificationNumber
protected
string
$customerAlertServiceNotificationNumber
$customerAlertServiceNotificationType
protected
string
$customerAlertServiceNotificationType
$eveningDeliveryService
protected
bool
$eveningDeliveryService
$householdSignatureService
protected
bool
$householdSignatureService
$identServiceIdentId
protected
string
$identServiceIdentId
$identServiceIdentType
protected
string
$identServiceIdentType
$limitedQuantitiesService
protected
bool
$limitedQuantitiesService
$nextDayService
protected
bool
$nextDayService
$parcelShopDeliveryServicePsCustomerFirstName
protected
string
$parcelShopDeliveryServicePsCustomerFirstName
$parcelShopDeliveryServicePsCustomerLastName
protected
string
$parcelShopDeliveryServicePsCustomerLastName
$parcelShopDeliveryServicePsId
protected
string
$parcelShopDeliveryServicePsId
$statedDayServiceStatedDay
protected
string
$statedDayServiceStatedDay
$statedTimeServiceTimeSlot
protected
string
$statedTimeServiceTimeSlot
Methods
__construct()
HermesHSIServiceParameters constructor.
public
__construct() : mixed
Return values
mixed —getCashOnDeliveryServiceAmount()
public
getCashOnDeliveryServiceAmount() : float
Return values
float —getCashOnDeliveryServiceCurrency()
public
getCashOnDeliveryServiceCurrency() : string
Return values
string —getCustomerAlertServiceNotificationEmail()
public
getCustomerAlertServiceNotificationEmail() : string
Return values
string —getCustomerAlertServiceNotificationNumber()
public
getCustomerAlertServiceNotificationNumber() : string
Return values
string —getCustomerAlertServiceNotificationType()
public
getCustomerAlertServiceNotificationType() : string
Return values
string —getIdentServiceIdentId()
public
getIdentServiceIdentId() : string
Return values
string —getIdentServiceIdentType()
public
getIdentServiceIdentType() : string
Return values
string —getParcelShopDeliveryServicePsCustomerFirstName()
public
getParcelShopDeliveryServicePsCustomerFirstName() : string
Return values
string —getParcelShopDeliveryServicePsCustomerLastName()
public
getParcelShopDeliveryServicePsCustomerLastName() : string
Return values
string —getParcelShopDeliveryServicePsId()
public
getParcelShopDeliveryServicePsId() : string
Return values
string —getStatedDayServiceStatedDay()
public
getStatedDayServiceStatedDay() : string
Return values
string —getStatedTimeServiceTimeSlot()
public
getStatedTimeServiceTimeSlot() : string
Return values
string —isBulkGoodService()
public
isBulkGoodService() : bool
Return values
bool —isEveningDeliveryService()
public
isEveningDeliveryService() : bool
Return values
bool —isHouseholdSignatureService()
public
isHouseholdSignatureService() : bool
Return values
bool —isLimitedQuantitiesService()
public
isLimitedQuantitiesService() : bool
Return values
bool —isNextDayService()
public
isNextDayService() : bool
Return values
bool —jsonSerialize()
Specify data which should be serialized to JSON
public
jsonSerialize() : mixed
Tags
Return values
mixed —data which can be serialized by json_encode, which is a value of any type other than a resource.
setBulkGoodService()
public
setBulkGoodService(bool $bulkGoodService) : void
Parameters
- $bulkGoodService : bool
Return values
void —setCashOnDeliveryServiceAmount()
public
setCashOnDeliveryServiceAmount(float $cashOnDeliveryServiceAmount) : void
Parameters
- $cashOnDeliveryServiceAmount : float
Tags
Return values
void —setCashOnDeliveryServiceCurrency()
public
setCashOnDeliveryServiceCurrency(string $cashOnDeliveryServiceCurrency) : void
Parameters
- $cashOnDeliveryServiceCurrency : string
Tags
Return values
void —setCustomerAlertServiceNotificationEmail()
public
setCustomerAlertServiceNotificationEmail(string $customerAlertServiceNotificationEmail) : void
Parameters
- $customerAlertServiceNotificationEmail : string
Tags
Return values
void —setCustomerAlertServiceNotificationNumber()
public
setCustomerAlertServiceNotificationNumber(string $customerAlertServiceNotificationNumber) : void
Parameters
- $customerAlertServiceNotificationNumber : string
Tags
Return values
void —setCustomerAlertServiceNotificationType()
public
setCustomerAlertServiceNotificationType(string $customerAlertServiceNotificationType) : void
Parameters
- $customerAlertServiceNotificationType : string
Tags
Return values
void —setEveningDeliveryService()
public
setEveningDeliveryService(bool $eveningDeliveryService) : void
Parameters
- $eveningDeliveryService : bool
Tags
Return values
void —setHouseholdSignatureService()
public
setHouseholdSignatureService(bool $householdSignatureService) : void
Parameters
- $householdSignatureService : bool
Tags
Return values
void —setIdentServiceIdentId()
public
setIdentServiceIdentId(string $identServiceIdentId) : void
Parameters
- $identServiceIdentId : string
Tags
Return values
void —setIdentServiceIdentType()
public
setIdentServiceIdentType(string $identServiceIdentType) : void
Parameters
- $identServiceIdentType : string
Tags
Return values
void —setLimitedQuantitiesService()
public
setLimitedQuantitiesService(bool $limitedQuantitiesService) : void
Parameters
- $limitedQuantitiesService : bool
Return values
void —setNextDayService()
public
setNextDayService(bool $nextDayService) : void
Parameters
- $nextDayService : bool
Tags
Return values
void —setParcelShopDeliveryServicePsCustomerFirstName()
public
setParcelShopDeliveryServicePsCustomerFirstName(string $parcelShopDeliveryServicePsCustomerFirstName) : void
Parameters
- $parcelShopDeliveryServicePsCustomerFirstName : string
Tags
Return values
void —setParcelShopDeliveryServicePsCustomerLastName()
public
setParcelShopDeliveryServicePsCustomerLastName(string $parcelShopDeliveryServicePsCustomerLastName) : void
Parameters
- $parcelShopDeliveryServicePsCustomerLastName : string
Tags
Return values
void —setParcelShopDeliveryServicePsId()
public
setParcelShopDeliveryServicePsId(string $parcelShopDeliveryServicePsId) : void
Parameters
- $parcelShopDeliveryServicePsId : string
Tags
Return values
void —setStatedDayServiceStatedDay()
public
setStatedDayServiceStatedDay(string $statedDayServiceStatedDay) : void
Parameters
- $statedDayServiceStatedDay : string
Tags
Return values
void —setStatedTimeServiceTimeSlot()
public
setStatedTimeServiceTimeSlot(string $statedTimeServiceTimeSlot) : void
Parameters
- $statedTimeServiceTimeSlot : string