terraform/vendor/github.com/maximilien/softlayer-go/softlayer/softlayer_billing_item_canc...

12 lines
311 B
Go

package softlayer
import (
datatypes "github.com/maximilien/softlayer-go/data_types"
)
type SoftLayer_Billing_Item_Cancellation_Request_Service interface {
Service
CreateObject(request datatypes.SoftLayer_Billing_Item_Cancellation_Request) (datatypes.SoftLayer_Billing_Item_Cancellation_Request, error)
}