Class Info.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.billing.invoice.item.tax.Info.Mask
-
- Enclosing class:
- Info
public static class Info.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Info.Mask
createDate()
Info.Mask
description()
Info.Mask
effectiveTaxRate()
Info.Mask
exemptAmount()
Info.Mask
feeProperty()
Info.Mask
id()
Item.Mask
invoiceItem()
Info.Mask
invoiceItemId()
Info.Mask
invoiceTaxInfo()
Info.Mask
invoiceTaxInfoId()
Info.Mask
modifyDate()
Info.Mask
nonTaxableBasis()
Info.Mask
reportedFlag()
Info.Mask
sellerRegistration()
Info.Mask
taxableBasis()
Info.Mask
taxAmount()
Info.Mask
taxAmountToCurrency()
Info.Mask
taxRate()
Currency.Mask
toCurrency()
Info.Mask
toCurrencyId()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
invoiceItem
public Item.Mask invoiceItem()
-
invoiceTaxInfo
public Info.Mask invoiceTaxInfo()
-
toCurrency
public Currency.Mask toCurrency()
-
createDate
public Info.Mask createDate()
-
description
public Info.Mask description()
-
effectiveTaxRate
public Info.Mask effectiveTaxRate()
-
exemptAmount
public Info.Mask exemptAmount()
-
feeProperty
public Info.Mask feeProperty()
-
id
public Info.Mask id()
-
invoiceItemId
public Info.Mask invoiceItemId()
-
invoiceTaxInfoId
public Info.Mask invoiceTaxInfoId()
-
modifyDate
public Info.Mask modifyDate()
-
nonTaxableBasis
public Info.Mask nonTaxableBasis()
-
reportedFlag
public Info.Mask reportedFlag()
-
sellerRegistration
public Info.Mask sellerRegistration()
-
taxAmount
public Info.Mask taxAmount()
-
taxAmountToCurrency
public Info.Mask taxAmountToCurrency()
-
taxRate
public Info.Mask taxRate()
-
taxableBasis
public Info.Mask taxableBasis()
-
toCurrencyId
public Info.Mask toCurrencyId()
-
-