Class OutboundTransfer.To

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

public static class OutboundTransfer.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 monetary amount being credited to the destination.
    • getPayoutMethod

      public String getPayoutMethod()
      The payout method which the OutboundTransfer uses to send payout.
    • setCredited

      public void setCredited(Amount credited)
      The monetary amount being credited to the destination.
    • setPayoutMethod

      public void setPayoutMethod(String payoutMethod)
      The payout method which the OutboundTransfer uses to send payout.
    • 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