phpDocumentor

WithdrawalWriteServiceInterface

Interface WithdrawalWriteServiceInterface

Tags
category

System

subpackage

Interfaces

Table of Contents

createOrder()  : WithdrawalOrder
Returns a new instance of withdrawal order.
createWithdrawal()  : Withdrawal
Returns new instances of withdrawal entities
delete()  : $this|WithdrawalWriteServiceInterface
Deletes withdrawal entity from database.
store()  : $this|WithdrawalWriteServiceInterface
Saves withdrawal entity in database.

Methods

createOrder()

Returns a new instance of withdrawal order.

public createOrder(IntType $orderId, IntType $customerId, StringType $customerGender, StringType $customerFirstName, StringType $customerLastName, StringType $customerStreetAddress, IntType $customerPostCode, StringType $customerCity, StringType $customerCountry, StringType $customerEmail, DateTime $orderDate, DateTime $deliveryDate) : WithdrawalOrder
Parameters
$orderId : IntType
$customerId : IntType
$customerGender : StringType
$customerFirstName : StringType
$customerLastName : StringType
$customerStreetAddress : StringType
$customerPostCode : IntType
$customerCity : StringType
$customerCountry : StringType
$customerEmail : StringType
$orderDate : DateTime
$deliveryDate : DateTime
Return values
WithdrawalOrder

Search results