Class PhysicalBundle.Features

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

public static class PhysicalBundle.Features extends StripeObject
  • Constructor Details

    • Features

      public Features()
  • Method Details

    • getCardLogo

      public String getCardLogo()
      The policy for how to use card logo images in a card design with this physical bundle.

      One of optional, required, or unsupported.

    • getCarrierText

      public String getCarrierText()
      The policy for how to use carrier letter text in a card design with this physical bundle.

      One of optional, required, or unsupported.

    • getSecondLine

      public String getSecondLine()
      The policy for how to use a second line on a card with this physical bundle.

      One of optional, required, or unsupported.

    • setCardLogo

      public void setCardLogo(String cardLogo)
      The policy for how to use card logo images in a card design with this physical bundle.

      One of optional, required, or unsupported.

    • setCarrierText

      public void setCarrierText(String carrierText)
      The policy for how to use carrier letter text in a card design with this physical bundle.

      One of optional, required, or unsupported.

    • setSecondLine

      public void setSecondLine(String secondLine)
      The policy for how to use a second line on a card with this physical bundle.

      One of optional, required, or unsupported.

    • 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