Class OutboundPayment.To

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

public static class OutboundPayment.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 OutboundPayment uses to send payout.
    • getRecipient

      public String getRecipient()
      To which account the OutboundPayment is sent.
    • 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 OutboundPayment uses to send payout.
    • setRecipient

      public void setRecipient(String recipient)
      To which account the OutboundPayment is sent.
    • 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