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

  • ShippingMethod
  • ShippingMethodCollection

Interfaces

  • ShippingMethodCollectionInterface
  • ShippingMethodInterface

Interface ShippingMethodCollectionInterface

Team3\PayU\Order\Model\ShippingMethods\ShippingMethodCollectionInterface implements IteratorAggregate, Countable, Team3\PayU\Order\Model\IsFilledInterface

Direct known implementers

Team3\PayU\Order\Model\ShippingMethods\ShippingMethodCollection

Namespace: Team3\PayU\Order\Model\ShippingMethods
Located at Team3/PayU/Order/Model/ShippingMethods/ShippingMethodCollectionInterface.php

Methods summary

public Team3\PayU\Order\Model\ShippingMethods\ShippingMethodInterface[]
# getShippingMethods( )

Returns

Team3\PayU\Order\Model\ShippingMethods\ShippingMethodInterface[]
public
# addShippingMethod( Team3\PayU\Order\Model\ShippingMethods\ShippingMethodInterface $shippingMethod )

Inheritdoc

public Team3\PayU\Order\Model\ShippingMethods\ShippingMethodCollection
# setShippingMethods( array $shippingMethods )

Parameters

$shippingMethods

Returns

Team3\PayU\Order\Model\ShippingMethods\ShippingMethodCollection

Methods inherited from IteratorAggregate

getIterator()

Methods inherited from Countable

count()

Methods inherited from Team3\PayU\Order\Model\IsFilledInterface

isFilled()

Magic methods summary

PayU integration by Krzysztof Gzocha API documentation generated by ApiGen