Class TaxInvoiceWsDTO
- java.lang.Object
-
- de.hybris.platform.chinesecommercewebservicescommons.dto.TaxInvoiceWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class TaxInvoiceWsDTO extends java.lang.Object implements java.io.Serializabledata type of tax invoice- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaxInvoiceWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRecipient()java.lang.StringgetRecipientType()java.lang.StringgetTaxpayerID()voidsetRecipient(java.lang.String recipient)voidsetRecipientType(java.lang.String recipientType)voidsetTaxpayerID(java.lang.String taxpayerID)
-
-
-
Method Detail
-
setRecipientType
public void setRecipientType(java.lang.String recipientType)
-
getRecipientType
public java.lang.String getRecipientType()
-
setRecipient
public void setRecipient(java.lang.String recipient)
-
getRecipient
public java.lang.String getRecipient()
-
setTaxpayerID
public void setTaxpayerID(java.lang.String taxpayerID)
-
getTaxpayerID
public java.lang.String getTaxpayerID()
-
-