Class Source.Card

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

public static class Source.Card extends StripeObject
  • Constructor Details

    • Card

      public Card()
  • Method Details

    • getAddressLine1Check

      public String getAddressLine1Check()
    • getAddressZipCheck

      public String getAddressZipCheck()
    • getBrand

      public String getBrand()
    • getCountry

      public String getCountry()
    • getCvcCheck

      public String getCvcCheck()
    • getDescription

      public String getDescription()
    • getDynamicLast4

      public String getDynamicLast4()
    • getExpMonth

      public Long getExpMonth()
    • getExpYear

      public Long getExpYear()
    • getFingerprint

      public String getFingerprint()
    • getFunding

      public String getFunding()
    • getIin

      public String getIin()
    • getIssuer

      public String getIssuer()
    • getLast4

      public String getLast4()
    • getName

      public String getName()
    • getThreeDSecure

      public String getThreeDSecure()
    • getTokenizationMethod

      public String getTokenizationMethod()
    • setAddressLine1Check

      public void setAddressLine1Check(String addressLine1Check)
    • setAddressZipCheck

      public void setAddressZipCheck(String addressZipCheck)
    • setBrand

      public void setBrand(String brand)
    • setCountry

      public void setCountry(String country)
    • setCvcCheck

      public void setCvcCheck(String cvcCheck)
    • setDescription

      public void setDescription(String description)
    • setDynamicLast4

      public void setDynamicLast4(String dynamicLast4)
    • setExpMonth

      public void setExpMonth(Long expMonth)
    • setExpYear

      public void setExpYear(Long expYear)
    • setFingerprint

      public void setFingerprint(String fingerprint)
    • setFunding

      public void setFunding(String funding)
    • setIin

      public void setIin(String iin)
    • setIssuer

      public void setIssuer(String issuer)
    • setLast4

      public void setLast4(String last4)
    • setName

      public void setName(String name)
    • setThreeDSecure

      public void setThreeDSecure(String threeDSecure)
    • setTokenizationMethod

      public void setTokenizationMethod(String tokenizationMethod)
    • 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