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 ShippingMethodInterface

Team3\PayU\Order\Model\ShippingMethods\ShippingMethodInterface implements Team3\PayU\Order\Model\IsFilledInterface

Direct known implementers

Team3\PayU\Order\Model\ShippingMethods\ShippingMethod

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

Methods summary

public string
# getCountry( )

Returns

string
public Team3\PayU\Order\Model\ShippingMethods\ShippingMethod
# setCountry( string $country )

Parameters

$country

Returns

Team3\PayU\Order\Model\ShippingMethods\ShippingMethod
public string
# getName( )

Returns

string
public Team3\PayU\Order\Model\ShippingMethods\ShippingMethod
# setName( string $name )

Parameters

$name

Returns

Team3\PayU\Order\Model\ShippingMethods\ShippingMethod
public Team3\PayU\Order\Model\Money\MoneyInterface
# getPrice( )

Returns

Team3\PayU\Order\Model\Money\MoneyInterface
public Team3\PayU\Order\Model\ShippingMethods\ShippingMethod
# setPrice( Team3\PayU\Order\Model\Money\MoneyInterface $price )

Parameters

$price

Returns

Team3\PayU\Order\Model\ShippingMethods\ShippingMethod

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

isFilled()

Magic methods summary

PayU integration by Krzysztof Gzocha API documentation generated by ApiGen