net.liftmodules.paypal

PayPalInfo

class PayPalInfo extends AnyRef

A paramater set that takes request paramaters (from Req) and assigns them to properties of this class

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. PayPalInfo
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PayPalInfo (params: HasParams)

    params

    The paramaters from the incomming request

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. val addressCity : Box[String]

  7. val addressCountry : Box[String]

  8. val addressState : Box[String]

  9. val addressStatus : Box[String]

  10. val addressStreet : Box[String]

  11. val addressZip : Box[String]

  12. val amount : Box[String]

  13. val amount1 : Box[String]

  14. val amount2 : Box[String]

  15. val amount3 : Box[String]

  16. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  17. val auctionBuyerId : Box[String]

  18. val auctionClosingDate : Box[String]

  19. val auctionMultiItem : Box[String]

  20. val business : Box[String]

  21. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  22. val custom : Box[String]

  23. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  24. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  25. val exchangeRate : Box[String]

  26. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  27. val firstName : Box[String]

  28. val forAuction : Box[String]

  29. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  30. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  31. val invoice : Box[String]

  32. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  33. val itemName : Box[String]

  34. val itemNumber : Box[String]

  35. val lastName : Box[String]

  36. val mcAmount1 : Box[String]

  37. val mcAmount2 : Box[String]

  38. val mcAmount3 : Box[String]

  39. val mcCurrency : Box[String]

  40. val mcFee : Box[String]

  41. val mcGross : Box[String]

  42. val memo : Box[String]

  43. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  44. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  45. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  46. val notifyVersion : Box[String]

  47. val numCartItems : Box[String]

  48. val optionName1 : Box[String]

  49. val optionName2 : Box[String]

  50. val optionSelection1 : Box[String]

  51. val optionSelection2 : Box[String]

  52. val parentTxnId : Box[String]

  53. val password : Box[String]

  54. val payerBusinessName : Box[String]

  55. val payerEmail : Box[String]

  56. val payerId : Box[String]

  57. val payerStatus : Box[String]

  58. val paymentCurrency : Box[String]

  59. val paymentDate : Box[String]

  60. val paymentFee : Box[String]

  61. val paymentGross : Box[String]

  62. val paymentStatus : Box[Value]

  63. val paymentType : Box[String]

  64. val pendingReason : Box[String]

  65. val period1 : Box[String]

  66. val period2 : Box[String]

  67. val period3 : Box[String]

  68. val quantity : Box[String]

  69. val reasonCode : Box[String]

  70. val reattempt : Box[String]

  71. val receiverEmail : Box[String]

  72. val receiverId : Box[String]

  73. val recurTimes : Box[String]

  74. val recurring : Box[String]

  75. val retryAt : Box[String]

  76. val settleAmount : Box[String]

  77. val settleCurrency : Box[String]

  78. val subscrDate : Box[String]

  79. val subscrEffective : Box[String]

  80. val subscrId : Box[String]

  81. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  82. val tax : Box[String]

  83. def toString (): String

    Definition Classes
    PayPalInfo → AnyRef → Any
  84. val txnId : Box[String]

  85. val txnType : Box[String]

  86. val username : Box[String]

  87. val verifySign : Box[String]

  88. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  89. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  90. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any