com.softlayer.api.service.billing.item.Support Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of softlayer-api-client Show documentation
Show all versions of softlayer-api-client Show documentation
API client for accessing the SoftLayer API
package com.softlayer.api.service.billing.item;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.billing.Item;
/**
* The SoftLayer_Billing_Item_Support data type contains general information relating to a premium support offering
*
* @see SoftLayer_Billing_Item_Support
*/
@ApiType("SoftLayer_Billing_Item_Support")
public class Support extends Item {
public static class Mask extends com.softlayer.api.service.billing.Item.Mask {
}
}