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

  • OrderCancelResponse
  • OrderCreateResponse
  • OrderRetrieveResponse
  • RefundResponse

Interfaces

  • NoOrdersInResponseException
  • ResponseInterface

Class RefundResponse

Represents response from PayU when asked about refund. It's connected with Team3\PayU\Communication\Request\RefundRequest

Class RefundResponse

Team3\PayU\Communication\Response\RefundResponse implements Team3\PayU\Communication\Response\ResponseInterface
Namespace: Team3\PayU\Communication\Response
Package: Team3\PayU\Communication\Response
Jms\accessororder("alphabetical")
Located at Team3/PayU/Communication/Response/RefundResponse.php

Methods summary

public boolean
# supports( Team3\PayU\Communication\Request\PayURequestInterface $payURequest )

Parameters

$payURequest

Returns

boolean

Implementation of

Team3\PayU\Communication\Response\ResponseInterface::supports()
public string
# getOrderId( )

Returns

string
public Team3\PayU\Communication\Response\Model\RefundModelInterface
# getRefund( )

Returns

Team3\PayU\Communication\Response\Model\RefundModelInterface
public Team3\PayU\Communication\Request\Model\RequestStatus
# getStatus( )

Returns

Team3\PayU\Communication\Request\Model\RequestStatus

Magic methods summary

PayU integration by Krzysztof Gzocha API documentation generated by ApiGen