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
Details for a remove action.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe ID of the discount rule to remove for future invoices.getType()Type of the remove action.inthashCode()voidsetInvoiceDiscountRule(String invoiceDiscountRule) The ID of the discount rule to remove for future invoices.voidType 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()
-