Class Card.Shipping

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Card.Shipping
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Card

public static class Card.Shipping extends StripeObject
  • Constructor Details

    • Shipping

      public Shipping()
  • Method Details

    • getAddress

      public Address getAddress()
    • getCarrier

      public String getCarrier()
      The delivery company that shipped a card.

      One of dhl, fedex, royal_mail, or usps.

    • getEta

      public Long getEta()
      A unix timestamp representing a best estimate of when the card will be delivered.
    • getName

      public String getName()
      Recipient name.
    • getService

      public String getService()
      Shipment service, such as standard or express.

      One of express, priority, or standard.

    • getStatus

      public String getStatus()
      The delivery status of the card.

      One of canceled, delivered, failure, pending, returned, or shipped.

    • getTrackingNumber

      public String getTrackingNumber()
      A tracking number for a card shipment.
    • getTrackingUrl

      public String getTrackingUrl()
      A link to the shipping carrier's site where you can view detailed information about a card shipment.
    • getType

      public String getType()
      Packaging options.

      One of bulk, or individual.

    • setAddress

      public void setAddress(Address address)
    • setCarrier

      public void setCarrier(String carrier)
      The delivery company that shipped a card.

      One of dhl, fedex, royal_mail, or usps.

    • setEta

      public void setEta(Long eta)
      A unix timestamp representing a best estimate of when the card will be delivered.
    • setName

      public void setName(String name)
      Recipient name.
    • setService

      public void setService(String service)
      Shipment service, such as standard or express.

      One of express, priority, or standard.

    • setStatus

      public void setStatus(String status)
      The delivery status of the card.

      One of canceled, delivered, failure, pending, returned, or shipped.

    • setTrackingNumber

      public void setTrackingNumber(String trackingNumber)
      A tracking number for a card shipment.
    • setTrackingUrl

      public void setTrackingUrl(String trackingUrl)
      A link to the shipping carrier's site where you can view detailed information about a card shipment.
    • setType

      public void setType(String type)
      Packaging options.

      One of bulk, or individual.

    • 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