Class InboundTransfer.From

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

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

    • From

      public From()
  • Method Details

    • getDebited

      public Amount getDebited()
      The amount in specified currency that was debited from the Payment Method.
    • getPaymentMethod

      public InboundTransfer.From.PaymentMethod getPaymentMethod()
      The Payment Method object used to create the InboundTransfer.
    • setDebited

      public void setDebited(Amount debited)
      The amount in specified currency that was debited from the Payment Method.
    • setPaymentMethod

      public void setPaymentMethod(InboundTransfer.From.PaymentMethod paymentMethod)
      The Payment Method object used to create the InboundTransfer.
    • 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