PayU integration by Krzysztof Gzocha
  • Namespace
  • Class

Namespaces

  • Team3
    • PayU
      • Annotation
      • Communication
        • CurlRequestBuilder
        • HttpStatusParser
        • Notification
        • Process
          • NotificationProcess
          • ResponseDeserializer
        • Request
          • Model
        • Response
          • Model
        • Sender
      • Configuration
        • Credentials
      • Order
        • Autocomplete
          • Strategy
        • Model
          • Buyer
          • Money
          • Products
          • ShippingMethods
          • Traits
        • Transformer
          • UserOrder
            • Strategy
              • Product
              • ShippingMethod
      • PropertyExtractor
        • Reader
      • Serializer
      • SignatureCalculator
        • Encoder
          • Algorithms
          • Strategy
        • ParametersSorter
        • Validator
      • ValidatorBuilder

Classes

  • RefundModel
  • RefundRequestModel
  • RequestStatus

Interfaces

  • RefundModelInterface

Class RefundModel

Class RefundModel

Team3\PayU\Communication\Request\Model\RefundModel implements Team3\PayU\Communication\Request\Model\RefundModelInterface
Namespace: Team3\PayU\Communication\Request\Model
Package: Team3\PayU\Communication\Request
Jms\accessororder("alphabetical")
Jms\accesstype("public_method")
Located at Team3/PayU/Communication/Request/Model/RefundModel.php

Methods summary

public
# __construct( string $description, string|null $bankDescription = null, Team3\PayU\Order\Model\Money\MoneyInterface $amount = null )

Parameters

$description
$bankDescription
$amount
public string
# getDescription( )

Returns

string

Implementation of

Team3\PayU\Communication\Request\Model\RefundModelInterface::getDescription()
public Team3\PayU\Communication\Request\Model\RefundModelInterface
# setDescription( string $description )

Parameters

$description

Returns

Team3\PayU\Communication\Request\Model\RefundModelInterface
public string|null
# getBankDescription( )

Returns

string|null

Implementation of

Team3\PayU\Communication\Request\Model\RefundModelInterface::getBankDescription()
public Team3\PayU\Communication\Request\Model\RefundModel
# setBankDescription( string $bankDescription )

Parameters

$bankDescription

Returns

Team3\PayU\Communication\Request\Model\RefundModel
public Team3\PayU\Order\Model\Money\MoneyInterface|null
# getAmount( )

Returns

Team3\PayU\Order\Model\Money\MoneyInterface|null

Implementation of

Team3\PayU\Communication\Request\Model\RefundModelInterface::getAmount()
public integer|null
# getAmountForSerialization( )

Returns

integer|null
public Team3\PayU\Communication\Request\Model\RefundModelInterface
# setAmountFromDeserialization( integer $amount )

Parameters

$amount

Returns

Team3\PayU\Communication\Request\Model\RefundModelInterface

Magic methods summary

PayU integration by Krzysztof Gzocha API documentation generated by ApiGen