Class Refund.DestinationDetails.Paypal

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Refund.DestinationDetails.Paypal
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Refund.DestinationDetails

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

    • Paypal

      public Paypal()
  • Method Details

    • getNetworkDeclineCode

      public String getNetworkDeclineCode()
      For refunds declined by the network, a decline code provided by the network which indicates the reason the refund failed.
    • setNetworkDeclineCode

      public void setNetworkDeclineCode(String networkDeclineCode)
      For refunds declined by the network, a decline code provided by the network which indicates the reason the refund failed.
    • 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