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

  • Product
  • ProductCollection

Interfaces

  • ProductCollectionInterface
  • ProductInterface

Interface ProductInterface

Team3\PayU\Order\Model\Products\ProductInterface implements Team3\PayU\Order\Model\IsFilledInterface

Direct known implementers

Team3\PayU\Order\Model\Products\Product

Namespace: Team3\PayU\Order\Model\Products
Located at Team3/PayU/Order/Model/Products/ProductInterface.php

Methods summary

public string
# getName( )

Returns

string
public Team3\PayU\Order\Model\Products\Product
# setName( string $name )

Parameters

$name

Returns

Team3\PayU\Order\Model\Products\Product
public integer
# getQuantity( )

Returns

integer
public Team3\PayU\Order\Model\Products\Product
# setQuantity( integer $quantity )

Parameters

$quantity

Returns

Team3\PayU\Order\Model\Products\Product
public Team3\PayU\Order\Model\Money\MoneyInterface
# getUnitPrice( )

Returns

Team3\PayU\Order\Model\Money\MoneyInterface
public Team3\PayU\Order\Model\Products\Product
# setUnitPrice( Team3\PayU\Order\Model\Money\MoneyInterface $unitPrice )

Parameters

$unitPrice

Returns

Team3\PayU\Order\Model\Products\Product

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

isFilled()

Magic methods summary

PayU integration by Krzysztof Gzocha API documentation generated by ApiGen