Order Fulfillment Deadline

BuilderInterface

Deadline calculation input builder interface.

Tags
author

Jakub Jabůrek jaburek.jakub@gmail.com

subpackage

Input

Table of Contents

Methods

build()  : Input
Returns the assembled calculation input.
setCommitment()  : $this
Sets fulfillment commitment.
setOrderDate()  : $this
Sets order date.

Methods

build()

Returns the assembled calculation input.

public build() : Input
APIYes
Tags
throws
BadMethodCallException

in case a required value is missing

Return values
Input

calculation input

setCommitment()

Sets fulfillment commitment.

public setCommitment(Commitment $commitment) : $this
APIYes
Parameters
$commitment : Commitment

fulfillment commitment

Return values
$this

setOrderDate()

Sets order date.

public setOrderDate(DateTimeInterface $orderDate) : $this
APIYes
Parameters
$orderDate : DateTimeInterface

order date

Return values
$this

        
On this page

Search results