java.lang.Object
com.logicommerce.sdk.models.TaxCodeCollection
TaxCode collection
- Since:
- 1.3.0
- Author:
- Logicommerce
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for TaxCodeCollection.TaxCodeCollection(Pagination pagination, List<TaxCode> taxCodes) Constructor for TaxCodeCollection. -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldpagination.Getter for the fieldtaxCodes.voidsetPagination(Pagination value) Setter for the fieldpagination.voidsetTaxCodes(List<TaxCode> value) Setter for the fieldtaxCodes.
-
Constructor Details
-
TaxCodeCollection
public TaxCodeCollection()Constructor for TaxCodeCollection. -
TaxCodeCollection
Constructor for TaxCodeCollection.- Parameters:
pagination- aPaginationobject.taxCodes- aList<TaxCode> object.
-
-
Method Details
-
getPagination
Getter for the fieldpagination.- Returns:
- a
Paginationobject.
-
setPagination
Setter for the fieldpagination.- Parameters:
value- aPaginationobject.
-
getTaxCodes
Getter for the fieldtaxCodes. -
setTaxCodes
Setter for the fieldtaxCodes.
-