Package com.stripe.model.v2.billing
Class IntentAction.Apply
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.IntentAction.Apply
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- IntentAction
Details for an apply action.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDetails for applying a discount rule to future invoices. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanDetails for applying a discount rule to future invoices.getType()Type of the apply action details.inthashCode()voidsetInvoiceDiscountRule(IntentAction.Apply.InvoiceDiscountRule invoiceDiscountRule) Details for applying a discount rule to future invoices.voidType of the apply action details.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Apply
public Apply()
-
-
Method Details
-
getInvoiceDiscountRule
Details for applying a discount rule to future invoices. -
getType
Type of the apply action details.Equal to
invoice_discount_rule. -
setInvoiceDiscountRule
Details for applying a discount rule to future invoices. -
setType
Type of the apply action details.Equal to
invoice_discount_rule. -
equals
-
canEqual
-
hashCode
public int hashCode()
-