Package io.moov.sdk.models.components
Class IndustryTaxonomy
- java.lang.Object
-
- io.moov.sdk.models.components.IndustryTaxonomy
-
public class IndustryTaxonomy extends java.lang.ObjectIndustryTaxonomyA structured industry taxonomy entry with category and mapped to a default MCC code.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndustryTaxonomy.Builder
-
Constructor Summary
Constructors Constructor Description IndustryTaxonomy(java.lang.String industry, java.lang.String displayName, java.lang.String category, java.lang.String categoryDisplayName, java.lang.String defaultMcc)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndustryTaxonomy.Builderbuilder()java.lang.Stringcategory()Category slugjava.lang.StringcategoryDisplayName()Human-readable category labeljava.lang.StringdefaultMcc()Default Merchant Category Codejava.lang.StringdisplayName()Display name of the industrybooleanequals(java.lang.Object o)inthashCode()java.lang.Stringindustry()URL-safe identifier for the industryjava.lang.StringtoString()IndustryTaxonomywithCategory(java.lang.String category)Category slugIndustryTaxonomywithCategoryDisplayName(java.lang.String categoryDisplayName)Human-readable category labelIndustryTaxonomywithDefaultMcc(java.lang.String defaultMcc)Default Merchant Category CodeIndustryTaxonomywithDisplayName(java.lang.String displayName)Display name of the industryIndustryTaxonomywithIndustry(java.lang.String industry)URL-safe identifier for the industry
-
-
-
Method Detail
-
industry
public java.lang.String industry()
URL-safe identifier for the industry
-
displayName
public java.lang.String displayName()
Display name of the industry
-
category
public java.lang.String category()
Category slug
-
categoryDisplayName
public java.lang.String categoryDisplayName()
Human-readable category label
-
defaultMcc
public java.lang.String defaultMcc()
Default Merchant Category Code
-
builder
public static final IndustryTaxonomy.Builder builder()
-
withIndustry
public IndustryTaxonomy withIndustry(java.lang.String industry)
URL-safe identifier for the industry
-
withDisplayName
public IndustryTaxonomy withDisplayName(java.lang.String displayName)
Display name of the industry
-
withCategory
public IndustryTaxonomy withCategory(java.lang.String category)
Category slug
-
withCategoryDisplayName
public IndustryTaxonomy withCategoryDisplayName(java.lang.String categoryDisplayName)
Human-readable category label
-
withDefaultMcc
public IndustryTaxonomy withDefaultMcc(java.lang.String defaultMcc)
Default Merchant Category Code
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-