Package com.stripe.model.v2.billing
Class IntentAction.Remove
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.IntentAction.Remove
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- IntentAction
For more details about Remove, 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 ID of the discount rule to remove for future invoices.getType()
Type of the remove action.int
hashCode()
void
setInvoiceDiscountRule
(String invoiceDiscountRule) The ID of the discount rule to remove for future invoices.void
Type of the remove action.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Remove
public Remove()
-
-
Method Details
-
getInvoiceDiscountRule
The ID of the discount rule to remove for future invoices. -
getType
Type of the remove action.Equal to
invoice_discount_rule
. -
setInvoiceDiscountRule
The ID of the discount rule to remove for future invoices. -
setType
Type of the remove action.Equal to
invoice_discount_rule
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-