com
.
outr
.
stripe
.
subscription
Invoice
Related Doc:
package subscription
case class
Invoice
(
id:
String
,
object:
String
,
amountDue:
Money
,
applicationFee:
Option
[
Money
]
,
attemptCount:
Int
,
attempted:
Boolean
,
charge:
Option
[
String
]
,
closed:
Boolean
,
currency:
String
,
customer:
String
,
date:
Long
,
description:
Option
[
String
]
,
discount:
Option
[
Discount
]
,
endingBalance:
Option
[
Money
]
,
forgiven:
Boolean
,
lines:
StripeList
[
InvoiceLine
]
,
livemode:
Boolean
,
metadata:
Map
[
String
,
String
]
,
nextPaymentAttempt:
Option
[
Long
]
,
paid:
Boolean
,
periodEnd:
Long
,
periodStart:
Long
,
receiptNumber:
Option
[
String
]
,
startingBalance:
Money
,
statementDescriptor:
Option
[
String
]
,
subscription:
Option
[
String
]
,
subscriptionProrationDate:
Option
[
Int
]
,
subtotal:
Money
,
tax:
Option
[
Money
]
,
taxPercent:
Option
[
BigDecimal
]
,
total:
Money
,
webhooksDeliveredAt:
Option
[
Long
]
)
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Invoice
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
Invoice
(
id:
String
,
object:
String
,
amountDue:
Money
,
applicationFee:
Option
[
Money
]
,
attemptCount:
Int
,
attempted:
Boolean
,
charge:
Option
[
String
]
,
closed:
Boolean
,
currency:
String
,
customer:
String
,
date:
Long
,
description:
Option
[
String
]
,
discount:
Option
[
Discount
]
,
endingBalance:
Option
[
Money
]
,
forgiven:
Boolean
,
lines:
StripeList
[
InvoiceLine
]
,
livemode:
Boolean
,
metadata:
Map
[
String
,
String
]
,
nextPaymentAttempt:
Option
[
Long
]
,
paid:
Boolean
,
periodEnd:
Long
,
periodStart:
Long
,
receiptNumber:
Option
[
String
]
,
startingBalance:
Money
,
statementDescriptor:
Option
[
String
]
,
subscription:
Option
[
String
]
,
subscriptionProrationDate:
Option
[
Int
]
,
subtotal:
Money
,
tax:
Option
[
Money
]
,
taxPercent:
Option
[
BigDecimal
]
,
total:
Money
,
webhooksDeliveredAt:
Option
[
Long
]
)
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
val
amountDue
:
Money
val
applicationFee
:
Option
[
Money
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
attemptCount
:
Int
val
attempted
:
Boolean
val
charge
:
Option
[
String
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
closed
:
Boolean
val
currency
:
String
val
customer
:
String
val
date
:
Long
val
description
:
Option
[
String
]
val
discount
:
Option
[
Discount
]
val
endingBalance
:
Option
[
Money
]
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]
)
val
forgiven
:
Boolean
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
id
:
String
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
lines
:
StripeList
[
InvoiceLine
]
val
livemode
:
Boolean
val
metadata
:
Map
[
String
,
String
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
nextPaymentAttempt
:
Option
[
Long
]
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
object
:
String
val
paid
:
Boolean
val
periodEnd
:
Long
val
periodStart
:
Long
val
receiptNumber
:
Option
[
String
]
val
startingBalance
:
Money
val
statementDescriptor
:
Option
[
String
]
val
subscription
:
Option
[
String
]
val
subscriptionProrationDate
:
Option
[
Int
]
val
subtotal
:
Money
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
tax
:
Option
[
Money
]
val
taxPercent
:
Option
[
BigDecimal
]
val
total
:
Money
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
(
...
)
val
webhooksDeliveredAt
:
Option
[
Long
]
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped