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()
A unique identifier for the object.
|
BigDecimal |
getRate() |
String |
getTitle() |
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
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 © 2023. All rights reserved.