phpDocumentor

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

Methods

getCustomerAlertServiceNotificationNumber()

public getCustomerAlertServiceNotificationNumber() : string
Return values
string

getParcelShopDeliveryServicePsCustomerFirstName()

public getParcelShopDeliveryServicePsCustomerFirstName() : string
Return values
string

getParcelShopDeliveryServicePsCustomerLastName()

public getParcelShopDeliveryServicePsCustomerLastName() : string
Return values
string

setBulkGoodService()

public setBulkGoodService(bool $bulkGoodService) : void
Parameters
$bulkGoodService : bool
Return values
void

setCustomerAlertServiceNotificationNumber()

public setCustomerAlertServiceNotificationNumber(string $customerAlertServiceNotificationNumber) : void
Parameters
$customerAlertServiceNotificationNumber : string
Tags
throws
HermesHSIInvalidDataException
Return values
void

setLimitedQuantitiesService()

public setLimitedQuantitiesService(bool $limitedQuantitiesService) : void
Parameters
$limitedQuantitiesService : bool
Return values
void

setParcelShopDeliveryServicePsCustomerFirstName()

public setParcelShopDeliveryServicePsCustomerFirstName(string $parcelShopDeliveryServicePsCustomerFirstName) : void
Parameters
$parcelShopDeliveryServicePsCustomerFirstName : string
Tags
throws
HermesHSIInvalidDataException
Return values
void

setParcelShopDeliveryServicePsCustomerLastName()

public setParcelShopDeliveryServicePsCustomerLastName(string $parcelShopDeliveryServicePsCustomerLastName) : void
Parameters
$parcelShopDeliveryServicePsCustomerLastName : string
Tags
throws
HermesHSIInvalidDataException
Return values
void

Search results