public class UpdatePayments extends Object
| Constructor | Description |
|---|---|
UpdatePayments() |
| Modifier and Type | Method | Description |
|---|---|---|
UpdatePayments |
addBillingCyclesToSkipItem(Integer billingCyclesToSkipItem) |
|
UpdatePayments |
billingCyclesToSkip(List<Integer> billingCyclesToSkip) |
|
boolean |
equals(Object o) |
|
List<Integer> |
getBillingCyclesToSkip() |
A list of billing cycles that are marked to be skipped.
|
int |
hashCode() |
|
void |
setBillingCyclesToSkip(List<Integer> billingCyclesToSkip) |
|
String |
toString() |
public UpdatePayments billingCyclesToSkip(List<Integer> billingCyclesToSkip)
public UpdatePayments addBillingCyclesToSkipItem(Integer billingCyclesToSkipItem)
public List<Integer> getBillingCyclesToSkip()
Copyright © 2026. All rights reserved.