Informations about a payment method.
package |
Default |
---|
__construct(integer $channelId, mixed $details = null, integer|null $detailsType = null)
integer
Payment channel id
mixed
Details of payment method
integer|null
Type of defails of payment method
getChannelId() : integer|null
integer|null
getDetails() : mixed
mixed
getDetailsType() : integer|null
integer|null
setChannelId(\Dotpay\Model\type $channelId) : \Dotpay\Model\PaymentMethod
Throws |
|
---|
\Dotpay\Model\type
Payment channel id
\Dotpay\Model\PaymentMethod
setDetails(mixed $details) : \Dotpay\Model\PaymentMethod
setDetailsType(integer|null $type) : \Dotpay\Model\PaymentMethod
BANK_ACCOUNT
CREDIT_CARD
channelId : integer|null
var |
Payment channel id |
---|
integer|null
details : mixed
var |
Details of payment method |
---|
mixed
detailsType : integer|null
var |
Type of defails of payment method |
---|
integer|null