public class ShopifySubscriptionModelTaxLine extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
rate |
protected String |
title |
| Constructor and Description |
|---|
ShopifySubscriptionModelTaxLine() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getRate() |
String |
getTitle() |
int |
hashCode() |
ShopifySubscriptionModelTaxLine |
rate(BigDecimal rate) |
void |
setRate(BigDecimal rate) |
void |
setTitle(String title) |
ShopifySubscriptionModelTaxLine |
title(String title) |
String |
toString() |
protected BigDecimal rate
protected String title
public ShopifySubscriptionModelTaxLine rate(BigDecimal rate)
public BigDecimal getRate()
public void setRate(BigDecimal rate)
public ShopifySubscriptionModelTaxLine title(String title)
public String getTitle()
public void setTitle(String title)
Copyright © 2023. All rights reserved.