Package com.stripe.model.v2.billing
Class Cadence.BillingCycle.Week
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.Cadence.BillingCycle.Week
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Cadence.BillingCycle
For more details about Week, 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 of the week to bill the type=week billing cycle on.getTime()
The time at which the billing cycle ends.int
hashCode()
void
setDayOfWeek
(Integer dayOfWeek) The day of the week to bill the type=week billing cycle on.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
-
Week
public Week()
-
-
Method Details
-
getDayOfWeek
The day of the week to bill the type=week billing cycle on. Numbered from 1-7 for Monday to Sunday respectively, based on the ISO-8601 week day numbering. -
getTime
The time at which the billing cycle ends. -
setDayOfWeek
The day of the week to bill the type=week billing cycle on. Numbered from 1-7 for Monday to Sunday respectively, based on the ISO-8601 week day numbering. -
setTime
The time at which the billing cycle ends. -
equals
-
canEqual
-
hashCode
public int hashCode()
-