public class ShopifyTaxLine extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
fractionRate |
protected Long |
id |
protected BigDecimal |
rate |
protected String |
title |
protected Integer |
version |
| Constructor and Description |
|---|
ShopifyTaxLine() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getFractionRate() |
Long |
getId()
The ID is the primary key of the entity.
|
BigDecimal |
getRate() |
String |
getTitle() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
protected BigDecimal fractionRate
protected Long id
protected BigDecimal rate
protected String title
protected Integer version
public BigDecimal getFractionRate()
public Long getId()
public BigDecimal getRate()
public String getTitle()
public Integer getVersion()
Copyright © 2021. All rights reserved.