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

  • Money

Interfaces

  • MoneyInterface
  • WrongMoneyValueException

Interface MoneyInterface

Direct known implementers

Team3\PayU\Order\Model\Money\Money

Namespace: Team3\PayU\Order\Model\Money
Located at Team3/PayU/Order/Model/Money/MoneyInterface.php

Methods summary

public float|integer
# getValue( )

Returns

float|integer
public integer
# getValueWithoutSeparation( integer $precision = 2 )

When precision is set to 2 this method will transforms 12.34 into 1234.

When precision is set to 2 this method will transforms 12.34 into 1234.

Parameters

$precision

Returns

integer
public Team3\PayU\Order\Model\Money\MoneyInterface
# add( Team3\PayU\Order\Model\Money\MoneyInterface $money )

Parameters

$money

Returns

Team3\PayU\Order\Model\Money\MoneyInterface
public Team3\PayU\Order\Model\Money\MoneyInterface
# multiply( float $multiplier )

Parameters

$multiplier

Returns

Team3\PayU\Order\Model\Money\MoneyInterface

Magic methods summary

PayU integration by Krzysztof Gzocha API documentation generated by ApiGen