@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class InlineResponse2002MerchantInformation extends Object
| Constructor and Description |
|---|
InlineResponse2002MerchantInformation() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2002MerchantInformation |
categoryCode(Integer categoryCode) |
boolean |
equals(Object o) |
Integer |
getCategoryCode()
Four-digit number that the payment card industry uses to classify merchants into market segments.
|
V2paymentsMerchantInformationMerchantDescriptor |
getMerchantDescriptor()
Get merchantDescriptor
|
String |
getVatRegistrationNumber()
Your government-assigned tax identification number.
|
int |
hashCode() |
InlineResponse2002MerchantInformation |
merchantDescriptor(V2paymentsMerchantInformationMerchantDescriptor merchantDescriptor) |
void |
setCategoryCode(Integer categoryCode) |
void |
setMerchantDescriptor(V2paymentsMerchantInformationMerchantDescriptor merchantDescriptor) |
void |
setVatRegistrationNumber(String vatRegistrationNumber) |
String |
toString() |
InlineResponse2002MerchantInformation |
vatRegistrationNumber(String vatRegistrationNumber) |
public InlineResponse2002MerchantInformation()
public InlineResponse2002MerchantInformation categoryCode(Integer categoryCode)
public Integer getCategoryCode()
public void setCategoryCode(Integer categoryCode)
public InlineResponse2002MerchantInformation vatRegistrationNumber(String vatRegistrationNumber)
public String getVatRegistrationNumber()
public void setVatRegistrationNumber(String vatRegistrationNumber)
public InlineResponse2002MerchantInformation merchantDescriptor(V2paymentsMerchantInformationMerchantDescriptor merchantDescriptor)
public V2paymentsMerchantInformationMerchantDescriptor getMerchantDescriptor()
public void setMerchantDescriptor(V2paymentsMerchantInformationMerchantDescriptor merchantDescriptor)
Copyright © 2018. All rights reserved.