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

Class ShippingMethod

Class ShippingMethod

Team3\PayU\Order\Model\ShippingMethods\ShippingMethod implements Team3\PayU\Order\Model\ShippingMethods\ShippingMethodInterface uses Team3\PayU\Order\Model\IsFilledTrait
Namespace: Team3\PayU\Order\Model\ShippingMethods
Package: Team3\PayU\Order\Model\ShippingMethods
Jms\accessororder("alphabetical")
Located at Team3/PayU/Order/Model/ShippingMethods/ShippingMethod.php

Methods summary

public string
# getCountry( )

Returns

string

Implementation of

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

Parameters

$country

Returns

Team3\PayU\Order\Model\ShippingMethods\ShippingMethod

Implementation of

Team3\PayU\Order\Model\ShippingMethods\ShippingMethodInterface::setCountry()
public string
# getName( )

Returns

string

Implementation of

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

Parameters

$name

Returns

Team3\PayU\Order\Model\ShippingMethods\ShippingMethod

Implementation of

Team3\PayU\Order\Model\ShippingMethods\ShippingMethodInterface::setName()
public Team3\PayU\Order\Model\Money\MoneyInterface
# getPrice( )

Returns

Team3\PayU\Order\Model\Money\MoneyInterface

Implementation of

Team3\PayU\Order\Model\ShippingMethods\ShippingMethodInterface::getPrice()
public integer
# getPriceForSerialization( )

Returns

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

Parameters

$price

Returns

Team3\PayU\Order\Model\ShippingMethods\ShippingMethod

Implementation of

Team3\PayU\Order\Model\ShippingMethods\ShippingMethodInterface::setPrice()
public
# setPriceFromDeserialization( integer $price )

Parameters

$price

Returns


$this

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

isFilled()

Methods used from Team3\PayU\Order\Model\IsFilledTrait

isFilled()

Magic methods summary

Properties summary

protected string $country

Assert\country()

Assert\notblank()

Jms\type("string")

#
protected Team3\PayU\Order\Model\Money\MoneyInterface $price

Assert\type(type="object")

Assert\valid

Jms\accessor(

getter="getPriceForSerialization", setter="setPriceFromDeserialization" )


Jms\type("integer")

#
protected string $name

Assert\notnull

Jms\type("string")

#
PayU integration by Krzysztof Gzocha API documentation generated by ApiGen