phpDocumentor

ReturnOrder
in package

Table of Contents

$customerReference  : string
$customsDocument  : null|CustomsDocument
$email  : string
$receiverId  : string
$returnDocumentType  : string
$senderAddress  : SimpleAddress
$shipmentReference  : string
$telephoneNumber  : string
$value  : float
$weightInGrams  : int
__construct()  : mixed
ReturnOrder constructor.
getCustomerReference()  : string
getCustomsDocument()  : CustomsDocument|null
getEmail()  : string
getReceiverId()  : string
getReturnDocumentType()  : string
getSenderAddress()  : SimpleAddress
getShipmentReference()  : string
getTelephoneNumber()  : string
getValue()  : float
getWeightInGrams()  : int
setCustomerReference()  : void
setCustomsDocument()  : void
setEmail()  : void
setReceiverId()  : void
setReturnDocumentType()  : void
setSenderAddress()  : void
setShipmentReference()  : void
setTelephoneNumber()  : void
setValue()  : void
setWeightInGrams()  : void

Properties

$customerReference

private string $customerReference

$returnDocumentType

private string $returnDocumentType

$shipmentReference

private string $shipmentReference

Methods

__construct()

ReturnOrder constructor.

public __construct(string $receiverId, SimpleAddress $senderAddress) : mixed
Parameters
$receiverId : string
$senderAddress : SimpleAddress
Return values
mixed

getCustomerReference()

public getCustomerReference() : string
Return values
string

getEmail()

public getEmail() : string
Return values
string

getReceiverId()

public getReceiverId() : string
Return values
string

getReturnDocumentType()

public getReturnDocumentType() : string
Return values
string

getShipmentReference()

public getShipmentReference() : string
Return values
string

getTelephoneNumber()

public getTelephoneNumber() : string
Return values
string

getValue()

public getValue() : float
Return values
float

getWeightInGrams()

public getWeightInGrams() : int
Return values
int

setCustomerReference()

public setCustomerReference(string $customerReference) : void
Parameters
$customerReference : string
Return values
void

setEmail()

public setEmail(string $email) : void
Parameters
$email : string
Return values
void

setReceiverId()

public setReceiverId(string $receiverId) : void
Parameters
$receiverId : string
Return values
void

setReturnDocumentType()

public setReturnDocumentType(string $returnDocumentType) : void
Parameters
$returnDocumentType : string
Return values
void

setShipmentReference()

public setShipmentReference(string $shipmentReference) : void
Parameters
$shipmentReference : string
Return values
void

setTelephoneNumber()

public setTelephoneNumber(string $telephoneNumber) : void
Parameters
$telephoneNumber : string
Return values
void

setValue()

public setValue(float $value) : void
Parameters
$value : float
Return values
void

setWeightInGrams()

public setWeightInGrams(int $weightInGrams) : void
Parameters
$weightInGrams : int
Return values
void

Search results