# https://api.softlayer.com/rest/v3/SoftLayer_Billing_Item/1234321/getAssociatedBillingItem
my $objectMask = {
'id' =>''
};
$billing_client->setObjectMask($objectMask);
$result = $billing_client->getAssociatedParent();
print Dumper($result->result);