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 TransformerProperties

Class TransformerProperties is holding constants which represents transformer properties names

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

Constants summary

string BUYER_EMAIL
# 'buyer.email'
string BUYER_PHONE
# 'buyer.phone'
string BUYER_FIRST_NAME
# 'buyer.firstName'
string BUYER_LAST_NAME
# 'buyer.lastName'
string DELIVERY_RECIPIENT_PHONE
# 'delivery.recipientPhone'
string DELIVERY_RECIPIENT_NAME
# 'delivery.recipientName'
string DELIVERY_RECIPIENT_EMAIL
# 'delivery.recipientEmail'
string DELIVERY_POSTAL_CODE
# 'delivery.postalCode'
string DELIVERY_CITY
# 'delivery.city'
string DELIVERY_COUNTRY_CODE
# 'delivery.countryCode'
string DELIVERY_NAME
# 'delivery.name'
string DELIVERY_STREET
# 'delivery.street'
string GENERAL_CUSTOMER_IP
# 'general.customerIp'
string GENERAL_ORDER_ID
# 'general.orderId'
string GENERAL_ADDITIONAL_DESC
# 'general.additionalDescription'
string GENERAL_CURRENCY_CODE
# 'general.currencyCode'
string GENERAL_DESCRIPTION
# 'general.description'
string GENERAL_MERCHANT_POS_ID
# 'general.merchantPosId'
string GENERAL_SIGNATURE
# 'general.signature'
string GENERAL_TOTAL_AMOUNT
# 'general.totalAmount'
string INVOICE_CITY
# 'invoice.city'
string INVOICE_COUNTRY_CODE
# 'invoice.countryCode'
string INVOICE_E_INVOICE_REQUESTED
# 'invoice.eInvoiceRequested'
string INVOICE_NAME
# 'invoice.name'
string INVOICE_POSTAL_CODE
# 'invoice.postalCode'
string INVOICE_RECIPIENT_EMAIL
# 'invoice.recipientEmail'
string INVOICE_RECIPIENT_NAME
# 'invoice.recipientName'
string INVOICE_RECIPIENT_PHONE
# 'invoice.recipientPhone'
string INVOICE_RECIPIENT_TIN
# 'invoice.recipientTin'
string INVOICE_STREET
# 'invoice.street'
string PRODUCT_UNIT_PRICE
# 'product.unitPrice'
string PRODUCT_QUANTITY
# 'product.quantity'
string PRODUCT_NAME
# 'product.name'
string PRODUCT_COLLECTION
# 'productCollection'
string RECURSIVE
# 'follow'
string SHIPPING_METHOD_NAME
# 'shippingMethod.name'
string SHIPPING_METHOD_PRICE
# 'shippingMethod.price'
string SHIPPING_METHOD_COUNTRY
# 'shippingMethod.country'
string SHIPPING_METHOD_COLLECTION
# 'shippingMethodCollection'
string URLS_NOTIFY
# 'url.notify'
string URLS_CONTINUE
# 'url.continue'
string URLS_ORDER
# 'url.order'
PayU integration by Krzysztof Gzocha API documentation generated by ApiGen