Class SubscriptionSchedule.Phase.TransferData

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SubscriptionSchedule.Phase.TransferData
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
SubscriptionSchedule.Phase

public static class SubscriptionSchedule.Phase.TransferData extends StripeObject
Get expanded promotionCode.
  • Constructor Details

    • TransferData

      public TransferData()
  • Method Details

    • getDestination

      public String getDestination()
      Get ID of expandable destination object.
    • setDestination

      public void setDestination(String id)
    • getDestinationObject

      public Account getDestinationObject()
    • setDestinationObject

      public void setDestinationObject(Account expandableObject)
    • getAmountPercent

      public BigDecimal getAmountPercent()
    • setAmountPercent

      public void setAmountPercent(BigDecimal amountPercent)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object