Class OutboundPayment.DeliveryOptions.PaperCheck

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

public static class OutboundPayment.DeliveryOptions.PaperCheck extends StripeObject
Delivery options for paper check.
  • Constructor Details

    • PaperCheck

      public PaperCheck()
  • Method Details

    • getMemo

      public String getMemo()
    • getShippingSpeed

      public String getShippingSpeed()
    • getSignature

      public String getSignature()
    • setMemo

      public void setMemo(String memo)
    • setShippingSpeed

      public void setShippingSpeed(String shippingSpeed)
    • setSignature

      public void setSignature(String signature)
    • 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