Result of the operation which was realized through the Register Order method.
package |
Default |
---|
__construct(string $statusUrl, \Dotpay\Model\Operation $operation)
string
Url of the page where it's possible to check a status of the payment
getInstruction() : \Dotpay\Model\Instruction|null
getOperation() : \Dotpay\Model\Operation
getRedirect() : \Dotpay\Model\Redirect|null
getStatusUrl() : string
string
setInstruction(\Dotpay\Model\Instruction $instruction) : \Dotpay\Resource\RegisterOrder\Result
\Dotpay\Model\Instruction
Details of instruction how it's possible to finish the realized payment
\Dotpay\Resource\RegisterOrder\Result
setOperation(\Dotpay\Model\Operation $operation) : \Dotpay\Resource\RegisterOrder\Result
setRedirect(\Dotpay\Model\Redirect $redirect) : \Dotpay\Resource\RegisterOrder\Result
\Dotpay\Model\Redirect
Object which contains informations about redirecting to the page where the payment can be finished
\Dotpay\Resource\RegisterOrder\Result
setStatusUrl(string $statusUrl) : \Dotpay\Resource\RegisterOrder\Result
Throws |
|
---|
string
Url of the page where it's possible to check a status of the payment
\Dotpay\Resource\RegisterOrder\Result
statusUrl : string
var |
Url of the page where it's possible to check a status of the payment |
---|
string
redirect : \Dotpay\Model\Redirect
var |
Object which contains informations about redirecting to the page where the payment can be finished, if it's needed by the used payment channel |
---|
\Dotpay\Model\Redirect
operation : \Dotpay\Model\Operation
instruction : \Dotpay\Model\Instruction
var |
Details of instruction how it's possible to finish the realized payment, if it's needed by the used payment channel |
---|
\Dotpay\Model\Instruction