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

Interfaces

  • RefundModelInterface

Class RefundModel

Class RefundModel

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

Methods summary

public
# setCurrencyInAmount( )

Jms\postdeserialize()

public boolean
# isPending( )

Returns

boolean

Implementation of

Team3\PayU\Communication\Response\Model\RefundModelInterface::isPending()
public boolean
# isCanceled( )

Returns

boolean

Implementation of

Team3\PayU\Communication\Response\Model\RefundModelInterface::isCanceled()
public boolean
# isFinalized( )

Returns

boolean

Implementation of

Team3\PayU\Communication\Response\Model\RefundModelInterface::isFinalized()
public string
# getRefundId( )

Returns

string

Implementation of

Team3\PayU\Communication\Response\Model\RefundModelInterface::getRefundId()
public Team3\PayU\Communication\Response\Model\RefundModel
# setRefundId( string $refundId )

Parameters

$refundId

Returns

Team3\PayU\Communication\Response\Model\RefundModel
public string
# getExtRefundId( )

Returns

string

Implementation of

Team3\PayU\Communication\Response\Model\RefundModelInterface::getExtRefundId()
public Team3\PayU\Communication\Response\Model\RefundModel
# setExtRefundId( string $extRefundId )

Parameters

$extRefundId

Returns

Team3\PayU\Communication\Response\Model\RefundModel
public Team3\PayU\Order\Model\Money\MoneyInterface
# getAmount( )

Returns

Team3\PayU\Order\Model\Money\MoneyInterface

Implementation of

Team3\PayU\Communication\Response\Model\RefundModelInterface::getAmount()
public
# setAmount( integer $amount )

Parameters

$amount

Returns


$this
public string
# getCurrencyCode( )

Returns

string

Implementation of

Team3\PayU\Communication\Response\Model\RefundModelInterface::getCurrencyCode()
public Team3\PayU\Communication\Response\Model\RefundModel
# setCurrencyCode( string $currencyCode )

Parameters

$currencyCode

Returns

Team3\PayU\Communication\Response\Model\RefundModel
public string
# getDescription( )

Returns

string

Implementation of

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

Parameters

$description

Returns

Team3\PayU\Communication\Response\Model\RefundModel
public DateTime
# getCreationDateTime( )

Returns

DateTime

Implementation of

Team3\PayU\Communication\Response\Model\RefundModelInterface::getCreationDateTime()
public Team3\PayU\Communication\Response\Model\RefundModel
# setCreationDateTime( string $creationDateTime )

Parameters

$creationDateTime

Returns

Team3\PayU\Communication\Response\Model\RefundModel
public string
# getStatus( )

Returns

string

Implementation of

Team3\PayU\Communication\Response\Model\RefundModelInterface::getStatus()
public Team3\PayU\Communication\Response\Model\RefundModel
# setStatus( string $status )

Parameters

$status

Returns

Team3\PayU\Communication\Response\Model\RefundModel
public DateTime
# getStatusDateTime( )

Returns

DateTime

Implementation of

Team3\PayU\Communication\Response\Model\RefundModelInterface::getStatusDateTime()
public Team3\PayU\Communication\Response\Model\RefundModel
# setStatusDateTime( string $statusDateTime )

Parameters

$statusDateTime

Returns

Team3\PayU\Communication\Response\Model\RefundModel

Magic methods summary

Constants summary

Constants inherited from Team3\PayU\Communication\Response\Model\RefundModelInterface

STATUS_CANCELED, STATUS_FINALIZED, STATUS_PENDING

PayU integration by Krzysztof Gzocha API documentation generated by ApiGen