Informations about a transaction during which is realized the payment.
package |
Default |
---|
__construct(\Dotpay\Model\Customer $customer, \Dotpay\Model\Payment $payment)
addSubPayment(\Dotpay\Model\Payment $subPayment) : \Dotpay\Model\Transaction
getBackUrl() : string
string
getConfirmUrl() : string
string
getCustomer() : \Dotpay\Model\Customer
getdentifier() : string
string
getPayment() : \Dotpay\Model\Payment
getSubPayments() : array
array
setBackUrl(string $backUrl) : \Dotpay\Model\Transaction
Throws |
|
---|
string
Url where Dotpay server should redirect a customer
\Dotpay\Model\Transaction
setConfirmUrl(string $confirmUrl) : \Dotpay\Model\Transaction
Throws |
|
---|
string
Url where dotpay server should send a notification with status of payment
\Dotpay\Model\Transaction
setCustomer(\Dotpay\Model\Customer $customer) : \Dotpay\Model\Transaction
setPayment(\Dotpay\Model\Payment $payment) : \Dotpay\Model\Transaction
customer : \Dotpay\Model\Customer
payment : \Dotpay\Model\Payment
subPayments : array
var |
Subpayments using in multimerchant functionality |
---|
array
backUrl : string
var |
Url where Dotpay server should redirect a customer |
---|
string
confirmUrl : string
var |
Url where dotpay server should send a notification with status of payment |
---|
string