com
.
gu
.
membership
PaidMembershipPlan
Related Doc:
package membership
case class
PaidMembershipPlan
[
+S <:
Status
,
+T <:
PaidTier
,
+B <:
BillingPeriod
]
(
status:
S
,
tier:
T
,
billingPeriod:
B
,
productRatePlanId:
ProductRatePlanId
,
pricing:
PricingSummary
)
extends
MembershipPlan
[
S
,
T
] with
PaidPlan
[
S
,
B
] with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
PaidPlan
[
S
,
B
],
MembershipPlan
[
S
,
T
],
PlanWithStatus
[
S
],
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
PaidMembershipPlan
Serializable
Serializable
Product
Equals
PaidPlan
MembershipPlan
PlanWithStatus
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Instance Constructors
new
PaidMembershipPlan
(
status:
S
,
tier:
T
,
billingPeriod:
B
,
productRatePlanId:
ProductRatePlanId
,
pricing:
PricingSummary
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
billingPeriod
:
B
Definition Classes
PaidMembershipPlan
→
PaidPlan
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
currencies
:
Set
[
Currency
]
Definition Classes
PaidPlan
→
PlanWithStatus
def
currency
(
country:
Country
)
:
Option
[
Currency
]
Definition Classes
PlanWithStatus
def
currencyOrGBP
(
country:
Country
)
:
Currency
Definition Classes
PlanWithStatus
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
name
:
String
Definition Classes
PaidMembershipPlan
→
PlanWithStatus
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
priceGBP
:
Price
Definition Classes
PaidPlan
val
pricing
:
PricingSummary
Definition Classes
PaidMembershipPlan
→
PaidPlan
val
productRatePlanId
:
ProductRatePlanId
Definition Classes
PaidMembershipPlan
→
MembershipPlan
→
PlanWithStatus
val
status
:
S
Definition Classes
PaidMembershipPlan
→
PlanWithStatus
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
tier
:
T
Definition Classes
PaidMembershipPlan
→
MembershipPlan
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
PaidPlan
[
S
,
B
]
Inherited from
MembershipPlan
[
S
,
T
]
Inherited from
PlanWithStatus
[
S
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped