All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.softlayer.api.service.billing.item.Support Maven / Gradle / Ivy

There is a newer version: 0.3.4
Show newest version
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 {

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy