Class

net.liftmodules.paypal

PayPalInfo

Related Doc: package paypal

Permalink

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. PayPalInfo
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PayPalInfo(params: HasParams)

    Permalink

    params

    The paramaters from the incomming request

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val addressCity: Box[String]

    Permalink
  5. val addressCountry: Box[String]

    Permalink
  6. val addressState: Box[String]

    Permalink
  7. val addressStatus: Box[String]

    Permalink
  8. val addressStreet: Box[String]

    Permalink
  9. val addressZip: Box[String]

    Permalink
  10. val amount: Box[String]

    Permalink
  11. val amount1: Box[String]

    Permalink
  12. val amount2: Box[String]

    Permalink
  13. val amount3: Box[String]

    Permalink
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. val auctionBuyerId: Box[String]

    Permalink
  16. val auctionClosingDate: Box[String]

    Permalink
  17. val auctionMultiItem: Box[String]

    Permalink
  18. val business: Box[String]

    Permalink
  19. def clone(): AnyRef

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

    Permalink
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

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

    Permalink
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. val firstName: Box[String]

    Permalink
  26. val forAuction: Box[String]

    Permalink
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int

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

    Permalink
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. val itemName: Box[String]

    Permalink
  32. val itemNumber: Box[String]

    Permalink
  33. val lastName: Box[String]

    Permalink
  34. val mcAmount1: Box[String]

    Permalink
  35. val mcAmount2: Box[String]

    Permalink
  36. val mcAmount3: Box[String]

    Permalink
  37. val mcCurrency: Box[String]

    Permalink
  38. val mcFee: Box[String]

    Permalink
  39. val mcGross: Box[String]

    Permalink
  40. val memo: Box[String]

    Permalink
  41. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  44. val notifyVersion: Box[String]

    Permalink
  45. val numCartItems: Box[String]

    Permalink
  46. val optionName1: Box[String]

    Permalink
  47. val optionName2: Box[String]

    Permalink
  48. val optionSelection1: Box[String]

    Permalink
  49. val optionSelection2: Box[String]

    Permalink
  50. val parentTxnId: Box[String]

    Permalink
  51. val password: Box[String]

    Permalink
  52. val payerBusinessName: Box[String]

    Permalink
  53. val payerEmail: Box[String]

    Permalink
  54. val payerId: Box[String]

    Permalink
  55. val payerStatus: Box[String]

    Permalink
  56. val paymentCurrency: Box[String]

    Permalink
  57. val paymentDate: Box[String]

    Permalink
  58. val paymentFee: Box[String]

    Permalink
  59. val paymentGross: Box[String]

    Permalink
  60. val paymentStatus: Box[PaypalTransactionStatus.Value]

    Permalink
  61. val paymentType: Box[String]

    Permalink
  62. val pendingReason: Box[String]

    Permalink
  63. val period1: Box[String]

    Permalink
  64. val period2: Box[String]

    Permalink
  65. val period3: Box[String]

    Permalink
  66. val quantity: Box[String]

    Permalink
  67. val reasonCode: Box[String]

    Permalink
  68. val reattempt: Box[String]

    Permalink
  69. val receiverEmail: Box[String]

    Permalink
  70. val receiverId: Box[String]

    Permalink
  71. val recurTimes: Box[String]

    Permalink
  72. val recurring: Box[String]

    Permalink
  73. val retryAt: Box[String]

    Permalink
  74. val settleAmount: Box[String]

    Permalink
  75. val settleCurrency: Box[String]

    Permalink
  76. val subscrDate: Box[String]

    Permalink
  77. val subscrEffective: Box[String]

    Permalink
  78. val subscrId: Box[String]

    Permalink
  79. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  80. val tax: Box[String]

    Permalink
  81. def toString(): String

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

    Permalink
  83. val txnType: Box[String]

    Permalink
  84. val username: Box[String]

    Permalink
  85. val verifySign: Box[String]

    Permalink
  86. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped