Package com.stripe.model.v2.billing
Class Cadence.BillingCycle.Month
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.Cadence.BillingCycle.Month
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Cadence.BillingCycle
For more details about Month, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Time, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The day to anchor the billing on for a type="month" billing cycle from 1-31.getTime()
The time at which the billing cycle ends.int
hashCode()
void
setDayOfMonth
(Integer dayOfMonth) The day to anchor the billing on for a type="month" billing cycle from 1-31.void
The time at which the billing cycle ends.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Month
public Month()
-
-
Method Details
-
getDayOfMonth
The day to anchor the billing on for a type="month" billing cycle from 1-31. If this number is greater than the number of days in the month being billed, this will anchor to the last day of the month. -
getTime
The time at which the billing cycle ends. -
setDayOfMonth
The day to anchor the billing on for a type="month" billing cycle from 1-31. If this number is greater than the number of days in the month being billed, this will anchor to the last day of the month. -
setTime
The time at which the billing cycle ends. -
equals
-
canEqual
-
hashCode
public int hashCode()
-