Package com.stripe.model
Class Subscription.BillingCycleAnchorConfig
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Subscription.BillingCycleAnchorConfig
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Subscription
Get expanded
account
.-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The day of the month of the billing_cycle_anchor.getHour()
The hour of the day of the billing_cycle_anchor.The minute of the hour of the billing_cycle_anchor.getMonth()
The month to start full cycle billing periods.The second of the minute of the billing_cycle_anchor.int
hashCode()
void
setDayOfMonth
(Long dayOfMonth) The day of the month of the billing_cycle_anchor.void
The hour of the day of the billing_cycle_anchor.void
The minute of the hour of the billing_cycle_anchor.void
The month to start full cycle billing periods.void
The second of the minute of the billing_cycle_anchor.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BillingCycleAnchorConfig
public BillingCycleAnchorConfig()
-
-
Method Details
-
getDayOfMonth
The day of the month of the billing_cycle_anchor. -
getHour
The hour of the day of the billing_cycle_anchor. -
getMinute
The minute of the hour of the billing_cycle_anchor. -
getMonth
The month to start full cycle billing periods. -
getSecond
The second of the minute of the billing_cycle_anchor. -
setDayOfMonth
The day of the month of the billing_cycle_anchor. -
setHour
The hour of the day of the billing_cycle_anchor. -
setMinute
The minute of the hour of the billing_cycle_anchor. -
setMonth
The month to start full cycle billing periods. -
setSecond
The second of the minute of the billing_cycle_anchor. -
equals
-
canEqual
-
hashCode
public int hashCode()
-