Class InboundTransfer.To

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.InboundTransfer.To
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
InboundTransfer

public static class InboundTransfer.To extends StripeObject
For more details about To, please refer to the API Reference.
  • Constructor Details

    • To

      public To()
  • Method Details

    • getCredited

      public Amount getCredited()
      The amount by which the FinancialAccount balance is credited.
    • getFinancialAccount

      public String getFinancialAccount()
      The FinancialAccount that funds will land in.
    • setCredited

      public void setCredited(Amount credited)
      The amount by which the FinancialAccount balance is credited.
    • setFinancialAccount

      public void setFinancialAccount(String financialAccount)
      The FinancialAccount that funds will land in.
    • 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