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

  • TransformerProperties
  • TransformerPropertiesRegExp
  • UserOrderTransformer
  • UserOrderTransformerFactory

Interfaces

  • UserOrderTransformerException
  • UserOrderTransformerFactoryInterface
  • UserOrderTransformerInterface

Class TransformerPropertiesRegExp

Class TransformerPropertiesRegExp is holding constants that represents regular expressions of transformer properties.

Final
Namespace: Team3\PayU\Order\Transformer\UserOrder
Package: Team3\PayU\Order\Transformer\UserOrder
Located at Team3/PayU/Order/Transformer/UserOrder/TransformerPropertiesRegExp.php

Constants summary

string BUYER_REGEXP
# '/^buyer\.\w+$/'
string DELIVERY_REGEXP
# '/^delivery\.\w+$/'
string GENERAL_REGEXP
# '/^general\.\w+$/'
string INVOICE_REGEXP
# '/^invoice\.\w+$/'
string SHIPPING_METHOD_REGEXP
# '/^shippingMethod\.\w+$/'
string URL_REGEXP
# '/^url\.\w+$/'
PayU integration by Krzysztof Gzocha API documentation generated by ApiGen